summaryrefslogtreecommitdiffstats
path: root/conf/machine/cyclone5.conf
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2016-04-17 12:24:50 -0700
committerDalon Westergreen <dwesterg@gmail.com>2016-04-17 14:44:42 -0700
commit049b223896ce569304e565f608c6a03bf2342aa6 (patch)
treee1859db724ddde5b7515a860074987cd9cd3d4b7 /conf/machine/cyclone5.conf
parent201a8a118abfecdbcc9deae4595b3b4e469f0b39 (diff)
downloadmeta-altera-049b223896ce569304e565f608c6a03bf2342aa6.tar.gz
Add support for mainline uboot for cyclone5 / arria5 devices
1) Remove 2013.01.01 u-boot which is only used for cyclone5/arria5. cyclone5/arria5 are fully supported in mainline uboot 2) Add recipe for mainline uboot supporting socfpga cyclone5 / arria5 based kits.
Diffstat (limited to 'conf/machine/cyclone5.conf')
-rw-r--r--conf/machine/cyclone5.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/cyclone5.conf b/conf/machine/cyclone5.conf
index fd74005..7d0aab0 100644
--- a/conf/machine/cyclone5.conf
+++ b/conf/machine/cyclone5.conf
@@ -4,8 +4,9 @@
4 4
5require conf/machine/include/socfpga.inc 5require conf/machine/include/socfpga.inc
6 6
7PREFERRED_VERSION_u-boot-socfpga ?= "2013.01.01" 7PREFERRED_VERSION_u-boot-socfpga ?= "2016.03"
8UBOOT_MACHINE = "socfpga_cyclone5" 8
9UBOOT_CONFIG ?= "cyclone5-socdk"
9 10
10KMACHINE = "cyclone5" 11KMACHINE = "cyclone5"
11 12