diff options
author | Oleksandr Zhadan <oleks@arcturusnetworks.com> | 2018-06-05 10:02:50 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-06-05 18:46:05 +0200 |
commit | c4cfdd0faa0c13fab5ec12ee5263d6f30e781d66 (patch) | |
tree | 131c665af48943dda00afd83153c813a752fe3f9 | |
parent | b8594bef06bb1e680137bf1963a3d63363a47415 (diff) | |
download | buildroot-c4cfdd0faa0c13fab5ec12ee5263d6f30e781d66.tar.gz buildroot-c4cfdd0faa0c13fab5ec12ee5263d6f30e781d66.zip |
configs/arcturus_ucls1012a: bump U-Boot version
This new u-boot custom repo version should fix the
arcturus_ucls1012a_defconfig build failures on master.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/71726827
Signed-off-by: Oleksandr Zhadan <oleks@arcturusnetworks.com>
Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | configs/arcturus_ucls1012a_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/arcturus_ucls1012a_defconfig b/configs/arcturus_ucls1012a_defconfig index 9d1da8c2cc..7fb980479a 100644 --- a/configs/arcturus_ucls1012a_defconfig +++ b/configs/arcturus_ucls1012a_defconfig @@ -28,7 +28,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/ArcturusNetworks/uCLS1012A-uboot.git" -BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="v0.2.1811" +BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="v0.2.1823" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="UCLS1012A_QSPI128" # Tools |