mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
powerpc: Enable kernel XZ compression option on 44x
Enable kernel XZ compression option on 44x. Tested on a Western Digital - MyBook Live NAS. It takes 22 seconds for the 800 MHz CPU to decompress and boot a 2.63 MiB XZ-compressed kernel simpleImage. Signed-off-by: Christian Lamparter <chunkeey@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
3de27dcf81
commit
423bfc69d7
|
|
@ -201,7 +201,7 @@ config PPC
|
|||
select HAVE_IOREMAP_PROT
|
||||
select HAVE_IRQ_EXIT_ON_IRQ_STACK
|
||||
select HAVE_KERNEL_GZIP
|
||||
select HAVE_KERNEL_XZ if PPC_BOOK3S
|
||||
select HAVE_KERNEL_XZ if PPC_BOOK3S || 44x
|
||||
select HAVE_KPROBES
|
||||
select HAVE_KPROBES_ON_FTRACE
|
||||
select HAVE_KRETPROBES
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user