summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2019-02-22 14:22:10 +0000
committerKhem Raj <raj.khem@gmail.com>2019-02-25 10:31:32 -0800
commit1fd52efc7b02bbd34729b34ed61ac6c78471f1c5 (patch)
tree11bbbe1645114ec7010c0947cede45abede2651f /conf
parent3f860667f638bbb657089f6a59a4921aba6d37a2 (diff)
downloadmeta-altera-1fd52efc7b02bbd34729b34ed61ac6c78471f1c5.tar.gz
u-boot: update cyclone5 u-boot to v2019.01
This commit updates the cyclone5 machine with the U-Boot v2019.01 Note, that the License file in this version is updated, therefore the License checksum differs from all previous releases here. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'conf')
-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 7210566..4005b9d 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 ?= "v2018.05%" 7PREFERRED_VERSION_u-boot-socfpga ?= "v2019.01%"
8 8
9UBOOT_CONFIG ??= "cyclone5-socdk" 9UBOOT_CONFIG ??= "cyclone5-socdk"
10 10