summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2015-11-11 19:47:34 -0800
committerDalon Westergreen <dwesterg@gmail.com>2015-11-11 19:47:34 -0800
commitb3460975c6d4926725129c3fc534ad26a0396e6a (patch)
treef121be0c7d6e663059cdff62d32a3d06cebcd8dc
parent996b8127c431472cf35b691e8d1c9f0cc79a0650 (diff)
downloadmeta-altera-b3460975c6d4926725129c3fc534ad26a0396e6a.tar.gz
Update machine configuration for Cyclone5 and Arria5
-rw-r--r--conf/machine/arria5.conf5
-rw-r--r--conf/machine/cyclone5.conf4
2 files changed, 8 insertions, 1 deletions
diff --git a/conf/machine/arria5.conf b/conf/machine/arria5.conf
index d3983ea..e94d3df 100644
--- a/conf/machine/arria5.conf
+++ b/conf/machine/arria5.conf
@@ -1,8 +1,11 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: arria5 2#@NAME: arria5
3#@DESCRIPTION: Machine configuration for the Cyclone V SoC" 3#@DESCRIPTION: Machine configuration for the Arria V SoC"
4 4
5require conf/machine/include/socfpga.inc 5require conf/machine/include/socfpga.inc
6 6
7PREFERRED_VERSION_u-boot-socfpga = "2013.01.01"
7UBOOT_MACHINE = "socfpga_arria5" 8UBOOT_MACHINE = "socfpga_arria5"
8 9
10KMACHINE = "arria5"
11
diff --git a/conf/machine/cyclone5.conf b/conf/machine/cyclone5.conf
index 060e92f..d8f419a 100644
--- a/conf/machine/cyclone5.conf
+++ b/conf/machine/cyclone5.conf
@@ -4,5 +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"
7UBOOT_MACHINE = "socfpga_cyclone5" 8UBOOT_MACHINE = "socfpga_cyclone5"
8 9
10KMACHINE = "cyclone5"
11
12