summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2015-11-11 21:56:13 -0800
committerDalon Westergreen <dwesterg@gmail.com>2015-11-11 21:56:13 -0800
commit64e2e93406ebf2a30dc198ab0fb27e8f0643a204 (patch)
tree4599ba37aea0b6e908f1bb1002eca3ff4dc6379f /conf
parent4f24424167aa4d382e2cff17a6fcdcf0680b89d2 (diff)
downloadmeta-altera-64e2e93406ebf2a30dc198ab0fb27e8f0643a204.tar.gz
Move KERNEL_DEVICETREE to linux recipes
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/arria5.conf7
-rw-r--r--conf/machine/cyclone5.conf8
2 files changed, 0 insertions, 15 deletions
diff --git a/conf/machine/arria5.conf b/conf/machine/arria5.conf
index b92b84a..e94d3df 100644
--- a/conf/machine/arria5.conf
+++ b/conf/machine/arria5.conf
@@ -9,10 +9,3 @@ UBOOT_MACHINE = "socfpga_arria5"
9 9
10KMACHINE = "arria5" 10KMACHINE = "arria5"
11 11
12if [ "${KERNEL_PROVIDER}" == "linux-altera-ltsi" ]; then
13 KERNEL_DEVICETREE ?= "socfpga_arria5.dtb"
14elif [ "${KERNEL_PROVIDER}" == "linux-altera-ltsi-rt" ]; then
15 KERNEL_DEVICETREE ?= "socfpga_arria5.dtb"
16else
17 KERNEL_DEVICETREE ?= "socfpga_arria5_socdk.dtb"
18fi
diff --git a/conf/machine/cyclone5.conf b/conf/machine/cyclone5.conf
index 0e9620a..b993095 100644
--- a/conf/machine/cyclone5.conf
+++ b/conf/machine/cyclone5.conf
@@ -9,11 +9,3 @@ UBOOT_MACHINE = "socfpga_cyclone5"
9 9
10KMACHINE = "cyclone5" 10KMACHINE = "cyclone5"
11 11
12if [ "${KERNEL_PROVIDER}" == "linux-altera-ltsi" ]; then
13 KERNEL_DEVICETREE ?= "socfpga_cyclone5.dtb"
14elif [ "${KERNEL_PROVIDER}" == "linux-altera-ltsi-rt" ]; then
15 KERNEL_DEVICETREE ?= "socfpga_cyclone5.dtb"
16else
17 KERNEL_DEVICETREE ?= "socfpga_cyclone5_socdk.dtb socfpga_cyclone5_sockit.dtb socfpga_cyclone5_socrates.dtb"
18fi
19