Re: powerpc/boot: fix boot on systems with uncompressed kernel image

2016-10-21 Thread Michael Ellerman
On Wed, 2016-12-10 at 19:00:43 UTC, Heiner Kallweit wrote: > This commit broke boot on systems with an uncompressed kernel image, > namely systems using a cuImage. On such systems the compressed boot > image (boot wrapper, uncompressed kernel image, ..) is decompressed > by u-boot already, therefor

[PATCH] powerpc/boot: fix boot on systems with uncompressed kernel image

2016-10-12 Thread Heiner Kallweit
This commit broke boot on systems with an uncompressed kernel image, namely systems using a cuImage. On such systems the compressed boot image (boot wrapper, uncompressed kernel image, ..) is decompressed by u-boot already, therefore the boot wrapper code sees an uncompressed kernel image. The old