diff options
| author | Dalon Westergreen <dwesterg@gmail.com> | 2015-11-12 00:37:05 -0800 |
|---|---|---|
| committer | Dalon Westergreen <dwesterg@gmail.com> | 2015-11-12 00:37:05 -0800 |
| commit | 23cb02fcc53d06250b97f121da95defdc0a3b298 (patch) | |
| tree | ed4d961f3eadfa31be6d7ece0ecb5523befdd69b | |
| parent | ae10c5b4c27fa21f70623e63ecd65c2927b80c0d (diff) | |
| download | meta-altera-23cb02fcc53d06250b97f121da95defdc0a3b298.tar.gz | |
Set devicetree only for newer kernels for now
| -rw-r--r-- | conf/machine/arria5.conf | 5 | ||||
| -rw-r--r-- | conf/machine/cyclone5.conf | 5 |
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 | ||
| 10 | KMACHINE = "arria5" | 10 | KMACHINE = "arria5" |
| 11 | 11 | ||
| 12 | KERNEL_DEVICETREE_linux-altera ?= "socfpga_arria5_socdk.dtb" | 12 | KERNEL_DEVICETREE ?= "socfpga_arria5_socdk.dtb" |
| 13 | KERNEL_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 | ||
| 10 | KMACHINE = "cyclone5" | 10 | KMACHINE = "cyclone5" |
| 11 | 11 | ||
| 12 | KERNEL_DEVICETREE_linux-altera ?= "socfpga_cyclone5_socdk.dtb socfpga_cyclone5_sockit.dtb socfpga_cyclone5_socrates.dtb" | 12 | KERNEL_DEVICETREE ?= "socfpga_cyclone5_socdk.dtb socfpga_cyclone5_sockit.dtb socfpga_cyclone5_socrates.dtb" |
| 13 | KERNEL_DEVICETREE_linux-altera-ltsi ?= "socfpga_cyclone5.dtb" | 13 | # For LTSI 3.10 kernel |
| 14 | #KERNEL_DEVICETREE ?= "socfpga_cyclone5.dtb" | ||
