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.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/arria5.conf b/conf/machine/arria5.conf
index f3a0a34..32893e3 100644
--- a/conf/machine/arria5.conf
+++ b/conf/machine/arria5.conf
@@ -8,7 +8,7 @@ PREFERRED_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" 11UBOOT_CONFIG[arria5-socdk] = "socfpga_arria5_defconfig"
12 12
13KMACHINE = "arria5" 13KMACHINE = "arria5"
14 14
@@ -16,4 +16,4 @@ KMACHINE = "arria5"
16KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5_socdk.dtb" 16KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5_socdk.dtb"
17 17
18# Add support for SDCARD creation 18# Add support for SDCARD creation
19IMAGE_CLASSES += "image_types_socfpga 19IMAGE_CLASSES += "image_types_socfpga"