summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2017-06-15 18:18:17 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-06-15 22:02:34 +0200
commit5e3f56f08974b044b217dbe19f962fc5e483e832 (patch)
tree9bc1bd7b6d537e3fe685c9e4ba0540f35054bbee
parent75065e6a9d4b964925525d0b1c5380926328e121 (diff)
downloadbuildroot-5e3f56f08974b044b217dbe19f962fc5e483e832.tar.gz
buildroot-5e3f56f08974b044b217dbe19f962fc5e483e832.zip
zynq_zc706: bump to U-Boot xilinx-v2017.1 (fix build)
The Zynq ZC706 defconfig does not build anymore since commit 6cda724efb20682bb98e6d738e5f7c909415ae07 ("package/gcc: switch to gcc 6.x as the default"). Fix by upgrading to the latest U-Boot version, xilinx-v2017.1, based on mainline v2017.01. Fixes: In file included from include/linux/compiler.h:54:0, from include/linux/bitops.h:5, from ./include/common.h:20: include/linux/compiler-gcc.h:114:30: fatal error: linux/compiler-gcc6.h: No such file or directory #include gcc_header(__GNUC__) ^ compilation terminated. [Build-tested only] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--configs/zynq_zc706_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/zynq_zc706_defconfig b/configs/zynq_zc706_defconfig
index 1317655b37..86dea63e83 100644
--- a/configs/zynq_zc706_defconfig
+++ b/configs/zynq_zc706_defconfig
@@ -20,7 +20,7 @@ BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/Xilinx/u-boot-xlnx.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="xilinx-v2016.2"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="xilinx-v2017.1"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="zynq_zc706"
BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
OpenPOWER on IntegriCloud