summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2019-01-07 13:39:27 +0000
committerKhem Raj <raj.khem@gmail.com>2019-02-26 07:17:59 -0800
commitaae8bbe119a77bf33f159e0c467f5af050417c1c (patch)
tree0a8cd280de6e384d9fc99a759609d9af1e10bc4b
parentbd2f4e90760f2c4879eab9383a24b1c42949d96c (diff)
downloadmeta-altera-aae8bbe119a77bf33f159e0c467f5af050417c1c.tar.gz
u-boot: Upgrade CV u-boot to 2018.05
This update resolves the build issue for Yocto 2.6 (Thud), as it uses the version of U-Boot which has a build conflict of libfdt-devel resolved. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
-rw-r--r--conf/machine/cyclone5.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/cyclone5.conf b/conf/machine/cyclone5.conf
index ab5e8c3..164c108 100644
--- a/conf/machine/cyclone5.conf
+++ b/conf/machine/cyclone5.conf
@@ -4,7 +4,7 @@
4 4
5require conf/machine/include/socfpga.inc 5require conf/machine/include/socfpga.inc
6 6
7PREFERRED_VERSION_u-boot-socfpga ?= "v2017.09%" 7PREFERRED_VERSION_u-boot-socfpga ?= "v2018.05%"
8 8
9UBOOT_CONFIG ??= "cyclone5-socdk" 9UBOOT_CONFIG ??= "cyclone5-socdk"
10 10