calao: use zImage on usb-a9263 and usb-a9g20 lpw
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Fri, 3 Aug 2012 04:10:28 +0000 (04:10 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 7 Nov 2012 17:18:11 +0000 (18:18 +0100)
The board boot more fast with a zImage than a uImage
as the kernel will not have to be relocated during the decompression.

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
configs/calao_usb_a9263_defconfig
configs/calao_usb_a9g20_lpw_defconfig

index 65263cfe06733dfb42646c2b722df1244342c3fd..422f35ec2af904529d1c04b0d6bbbf7a566f5ac3 100644 (file)
@@ -11,3 +11,4 @@ BR2_TARGET_BAREBOX_BOARD_DEFCONFIG="usb_a9263"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/calao/usb-a9263/linux-3.4.4.config"
+BR2_LINUX_KERNEL_ZIMAGE=y
index e3d9cf5b906c5c89ad4cd8026da2c54e24982d8a..4a644da59988a338cba76b4fe04f931e430e90d7 100644 (file)
@@ -12,3 +12,4 @@ BR2_TARGET_BAREBOX_BOARD_DEFCONFIG="usb_a9g20"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/calao/usb-a9g20-lpw/linux-3.4.4.config"
+BR2_LINUX_KERNEL_ZIMAGE=y