diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-08-03 04:10:28 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-07 18:18:11 +0100 |
commit | b3c9b89bd97f8ed414fa7b6a479c37a3d68b616b (patch) | |
tree | f50d0e519fac1abb676643c0d4aa002f2f5a0a11 | |
parent | 7e61918f9d5d3c5bc1fb435ae9e6c8013cf5ab07 (diff) | |
download | buildroot-novena-b3c9b89bd97f8ed414fa7b6a479c37a3d68b616b.tar.gz buildroot-novena-b3c9b89bd97f8ed414fa7b6a479c37a3d68b616b.zip |
calao: use zImage on usb-a9263 and usb-a9g20 lpw
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>
-rw-r--r-- | configs/calao_usb_a9263_defconfig | 1 | ||||
-rw-r--r-- | configs/calao_usb_a9g20_lpw_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/calao_usb_a9263_defconfig b/configs/calao_usb_a9263_defconfig index 65263cfe0..422f35ec2 100644 --- a/configs/calao_usb_a9263_defconfig +++ b/configs/calao_usb_a9263_defconfig @@ -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 diff --git a/configs/calao_usb_a9g20_lpw_defconfig b/configs/calao_usb_a9g20_lpw_defconfig index e3d9cf5b9..4a644da59 100644 --- a/configs/calao_usb_a9g20_lpw_defconfig +++ b/configs/calao_usb_a9g20_lpw_defconfig @@ -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 |