[PATCH 1/2] ARM: Add Kconfig option to use mkimage -T kernel_noload

Stephen Warren swarren at nvidia.com
Wed Feb 29 14:59:42 EST 2012


Uwe Kleine-König wrote at Wednesday, February 29, 2012 12:44 PM:
...
> If you want to give incentive for U-Boot to improve, drop the target
> today. And note that at least people caring about boot time must not use
> the kernel's uImage target anyhow.

If you enable the new config option in this patch, then the performance
issue is solved; U-Boot doesn't copy the kernel image any more, and the
kernel decompressor can write directly to the appropriate location without
moving the image first (assuming your board boot script loads the uImage
to a non-conflicting address).

--
nvpublic




More information about the linux-arm-kernel mailing list