summaryrefslogtreecommitdiffstats
path: root/conf/machine/arria10.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/arria10.conf')
-rw-r--r--conf/machine/arria10.conf16
1 files changed, 13 insertions, 3 deletions
diff --git a/conf/machine/arria10.conf b/conf/machine/arria10.conf
index 5cda0eb..d5f3427 100644
--- a/conf/machine/arria10.conf
+++ b/conf/machine/arria10.conf
@@ -4,9 +4,19 @@
4 4
5require conf/machine/include/socfpga.inc 5require conf/machine/include/socfpga.inc
6 6
7PREFERRED_VERSION_u-boot-socfpga ?= "2014.10" 7PREFERRED_VERSION_u-boot-socfpga ?= "v2014.10%"
8UBOOT_MACHINE = "socfpga_arria10_defconfig"
9 8
10KMACHINE = "arria10" 9UBOOT_CONFIG ??= "arria10-socdk"
10
11UBOOT_CONFIG[arria10-socdk] = "socfpga_arria10_defconfig"
12UBOOT_CONFIG[arria10-socdk-nand] = "socfpga_arria10_nand_defconfig"
13UBOOT_CONFIG[arria10-socdk-qspi] = "socfpga_arria10_qspi_defconfig"
11 14
15KMACHINE = "arria10"
12 16
17# Default kernel devicetrees
18KERNEL_DEVICETREE ?= "\
19 socfpga_arria10_socdk_sdmmc.dtb \
20 socfpga_arria10_socdk_qspi.dtb \
21 socfpga_arria10_socdk_nand.dts \
22 "