summaryrefslogtreecommitdiffstats
path: root/conf/machine/arria5.conf
diff options
context:
space:
mode:
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"