diff options
author | Anders Darander <anders@chargestorm.se> | 2014-02-10 09:40:00 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-10 19:43:34 +0100 |
commit | 994bf3ce91c8f03e0907fb7819014a0b7ca532d3 (patch) | |
tree | 91503710930b51bb95fd8c37f3d4578bcf991bcd | |
parent | 4c3144475e6e632d4504658075ed1f7120bacd9d (diff) | |
download | buildroot-994bf3ce91c8f03e0907fb7819014a0b7ca532d3.tar.gz buildroot-994bf3ce91c8f03e0907fb7819014a0b7ca532d3.zip |
beaglebone: change to zImage
The default U-Boot configuration is now to use a zImage instead of uImage.
Signed-off-by: Anders Darander <anders@chargestorm.se>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | configs/beaglebone_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig index 4e60e3f44a..2996336839 100644 --- a/configs/beaglebone_defconfig +++ b/configs/beaglebone_defconfig @@ -34,5 +34,6 @@ BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.ti.com/ti-linux-kernel/ti-linux-kern BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="7f280334068b7c875ade51f8f3921ab311f0c824" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/beaglebone/linux-3.12.config" +BR2_LINUX_KERNEL_ZIMAGE=y BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-bone" |