diff options
author | Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> | 2016-06-06 14:05:35 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-06 22:39:57 +0200 |
commit | 2f4e8dbc2f95add3b86503dcf9f8a8f50c96b9fa (patch) | |
tree | ed5d47bb68d8764150930c73aca8bc64c7af7887 | |
parent | 7d0b7d3c27a6795667e1aeb18e9978e1a44361e5 (diff) | |
download | buildroot-2f4e8dbc2f95add3b86503dcf9f8a8f50c96b9fa.tar.gz buildroot-2f4e8dbc2f95add3b86503dcf9f8a8f50c96b9fa.zip |
configs/beaglebone: Bump U-Boot version
Currently selected version of U-Boot fails to compile.
Dying words are:
gcc -g -O2 -I/home/zeta/buildroot/buildroot/output/host/usr/include -c -o env_embedded.o /home/zeta/buildroot/buildroot/output/build/uboot-2013.10/common/env_embedded.c
/home/zeta/buildroot/buildroot/output/build/uboot-2013.10/lib/crc32.c:14:20: fatal error: common.h: No such file or directory
compilation terminated.
Makefile:258: recipe for target 'crc32.o' failed
Since it's quite old, instead of trying to fix it, let's
just upgrade.
Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | configs/beaglebone_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig index 99c845d105..6c49abf8a9 100644 --- a/configs/beaglebone_defconfig +++ b/configs/beaglebone_defconfig @@ -22,7 +22,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12=y BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="am335x_evm" BR2_TARGET_UBOOT_CUSTOM_VERSION=y -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2013.10" +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.05" BR2_TARGET_UBOOT_FORMAT_IMG=y BR2_TARGET_UBOOT_SPL=y BR2_TARGET_UBOOT_SPL_NAME="MLO" |