summaryrefslogtreecommitdiffstats
path: root/conf/machine/arria5.conf
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2016-04-18 19:02:58 -0700
committerDalon Westergreen <dwesterg@gmail.com>2016-04-18 19:54:20 -0700
commiteb352fc6168b382bebd4587baadaecd754c96229 (patch)
treec77d7d310072d24f224f66002698b60e6bca6390 /conf/machine/arria5.conf
parentb27593878e1b9b51b4b3cb36639959d4744724bd (diff)
downloadmeta-altera-eb352fc6168b382bebd4587baadaecd754c96229.tar.gz
Clean up variables for uboot
-> Moved common variables to socfpga.inc
Diffstat (limited to 'conf/machine/arria5.conf')
-rw-r--r--conf/machine/arria5.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/arria5.conf b/conf/machine/arria5.conf
index 193403c..1cd460d 100644
--- a/conf/machine/arria5.conf
+++ b/conf/machine/arria5.conf
@@ -4,9 +4,13 @@
4 4
5require conf/machine/include/socfpga.inc 5require conf/machine/include/socfpga.inc
6 6
7PREFERRED_VERSION_u-boot-socfpga ?= "2016.03" 7PREFERRED_VERSION_u-boot-socfpga ?= "2016.03%"
8 8
9UBOOT_CONFIG ?= "arria5-socdk" 9UBOOT_CONFIG ?= "arria5-socdk"
10 10
11UBOOT_CONFIG[arria5-socdk] = "socfpga_arria5_defconfig,sdcard"
12
11KMACHINE = "arria5" 13KMACHINE = "arria5"
12 14
15# Default kernel devicetrees
16KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5_socdk.dtb"