[U-Boot] [patch 1/2] Enable the use of an uncompressed kernel image for U-boot uImage

2008-08-25 Thread Remy Bohmer
Normally the 'zImage' is used as base for uImage. Enable the capability to use the raw uncompressed 'Image' instead Signed-off-by: Remy Bohmer [EMAIL PROTECTED] --- arch/arm/Kconfig | 10 ++ arch/arm/boot/Makefile |6 +- 2 files changed, 15 insertions(+), 1 deletion(-)

Re: [U-Boot] [patch 1/2] Enable the use of an uncompressed kernel image for U-boot uImage

2008-08-25 Thread Wolfgang Denk
Dear Remy, In message [EMAIL PROTECTED] you wrote: Normally the 'zImage' is used as base for uImage. Enable the capability to use the raw uncompressed 'Image' instead This is an interesting feature, but... +config UNCOMPRESSED_UIMAGE + bool Use uncompressed kernel image for uImage .. I