diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2017-12-09 22:30:03 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-12-11 20:18:05 +0100 |
commit | b2aa43ea4e43e772d62499f4929fac2e98443736 (patch) | |
tree | 805da4772af71670b00410d80348f4245219fabc | |
parent | 505f63dc09cfa0ae79ffd6ad1c1f130caed1a352 (diff) | |
download | buildroot-b2aa43ea4e43e772d62499f4929fac2e98443736.tar.gz buildroot-b2aa43ea4e43e772d62499f4929fac2e98443736.zip |
zynq_microzed: u-boot: bump to xilinx-v2017.3
[Build-tested only]
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Alistair Francis <alistair.francis@xilinx.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | configs/zynq_microzed_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/zynq_microzed_defconfig b/configs/zynq_microzed_defconfig index a3c25f9a0e..acd2da584f 100644 --- a/configs/zynq_microzed_defconfig +++ b/configs/zynq_microzed_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-v2017.1" +BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="xilinx-v2017.3" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="zynq_microzed" BR2_TARGET_UBOOT_NEEDS_DTC=y BR2_TARGET_UBOOT_NEEDS_OPENSSL=y |