summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-06-16 23:24:04 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-06-17 10:49:39 +0200
commit3c2708cbcb3f82e919b79043953e1e11f8baf71e (patch)
tree761f2650aa86ce698f98ae8942116e484d41df23 /configs
parent9b0682d7158b3c5df7bd70d10682da3554340ede (diff)
downloadbuildroot-3c2708cbcb3f82e919b79043953e1e11f8baf71e.tar.gz
buildroot-3c2708cbcb3f82e919b79043953e1e11f8baf71e.zip
pandaboard_defconfig: bump u-boot to 2017.05 to fix build with gcc 6
The recent change to default to gcc 6 for the internal toolchain broke this defconfig as the u-boot doesn't contain commit 9b2c282b34 (compiler*.h: sync include/linux/compiler*.h with Linux 4.5-rc6) which was added during the 2016.03 cycle. Fix the build by bumping u-boot to 2017.05. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/pandaboard_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/pandaboard_defconfig b/configs/pandaboard_defconfig
index 49747e070f..9b7c962de2 100644
--- a/configs/pandaboard_defconfig
+++ b/configs/pandaboard_defconfig
@@ -20,7 +20,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.01"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.05"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="omap4_panda"
BR2_TARGET_UBOOT_FORMAT_IMG=y
BR2_TARGET_UBOOT_SPL=y
OpenPOWER on IntegriCloud