Re: [PATCH v2 6/6] powerpc/boot: Add support for XZ compression

2016-09-21 Thread Michael Ellerman
Oliver O'Halloran writes: > This patch adds an option to use XZ compression for the kernel image. > Currently this is only enabled for PPC64 targets since the bulk of the > 32bit platforms produce uboot images which do not use the wrapper. For the benefit of the list, this is failing to boot on s

[PATCH v2 6/6] powerpc/boot: Add support for XZ compression

2016-09-19 Thread Oliver O'Halloran
This patch adds an option to use XZ compression for the kernel image. Currently this is only enabled for PPC64 targets since the bulk of the 32bit platforms produce uboot images which do not use the wrapper. Signed-off-by: Oliver O'Halloran --- arch/powerpc/boot/Makefile | 3 +++ ar