summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2015-11-12 00:37:05 -0800
committerDalon Westergreen <dwesterg@gmail.com>2015-11-12 00:37:05 -0800
commit23cb02fcc53d06250b97f121da95defdc0a3b298 (patch)
treeed4d961f3eadfa31be6d7ece0ecb5523befdd69b
parentae10c5b4c27fa21f70623e63ecd65c2927b80c0d (diff)
downloadmeta-altera-23cb02fcc53d06250b97f121da95defdc0a3b298.tar.gz
Set devicetree only for newer kernels for now
-rw-r--r--conf/machine/arria5.conf5
-rw-r--r--conf/machine/cyclone5.conf5
2 files changed, 6 insertions, 4 deletions
diff --git a/conf/machine/arria5.conf b/conf/machine/arria5.conf
index 3105113..4ae2e9d 100644
--- a/conf/machine/arria5.conf
+++ b/conf/machine/arria5.conf
@@ -9,5 +9,6 @@ UBOOT_MACHINE = "socfpga_arria5"
9 9
10KMACHINE = "arria5" 10KMACHINE = "arria5"
11 11
12KERNEL_DEVICETREE_linux-altera ?= "socfpga_arria5_socdk.dtb" 12KERNEL_DEVICETREE ?= "socfpga_arria5_socdk.dtb"
13KERNEL_DEVICETREE_linux-altera-ltsi ?= "socfpga_arria5.dtb" 13# For LTSI 3.10 kernel
14#KERNEL_DEVICETREE ?= "socfpga_arria5.dtb"
diff --git a/conf/machine/cyclone5.conf b/conf/machine/cyclone5.conf
index e6b9366..1a29e3c 100644
--- a/conf/machine/cyclone5.conf
+++ b/conf/machine/cyclone5.conf
@@ -9,5 +9,6 @@ UBOOT_MACHINE = "socfpga_cyclone5"
9 9
10KMACHINE = "cyclone5" 10KMACHINE = "cyclone5"
11 11
12KERNEL_DEVICETREE_linux-altera ?= "socfpga_cyclone5_socdk.dtb socfpga_cyclone5_sockit.dtb socfpga_cyclone5_socrates.dtb" 12KERNEL_DEVICETREE ?= "socfpga_cyclone5_socdk.dtb socfpga_cyclone5_sockit.dtb socfpga_cyclone5_socrates.dtb"
13KERNEL_DEVICETREE_linux-altera-ltsi ?= "socfpga_cyclone5.dtb" 13# For LTSI 3.10 kernel
14#KERNEL_DEVICETREE ?= "socfpga_cyclone5.dtb"