summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2019-05-22 10:29:35 -0700
committerKhem Raj <raj.khem@gmail.com>2019-06-10 10:09:43 -0700
commitfac8a09ad0aed0456002c90a0d119c70f1f30af9 (patch)
tree0cf403b75cef3004c0d8ed6493d1e9615ad68a2b /conf
parentc4743fb0c5bbcf97f01c8097ae560bf443edbbf8 (diff)
downloadmeta-altera-fac8a09ad0aed0456002c90a0d119c70f1f30af9.tar.gz
Remove devicetree appends from kernel recipes
The bulk of the devicetrees are already listed in the machine configurations for the devices. Having devicetree lists in the machine confs and kernel recipes is confusing and needless. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/cyclone5.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/cyclone5.conf b/conf/machine/cyclone5.conf
index 4005b9d..1a49810 100644
--- a/conf/machine/cyclone5.conf
+++ b/conf/machine/cyclone5.conf
@@ -29,6 +29,10 @@ KERNEL_DEVICETREE ?= "\
29 socfpga_cyclone5_sockit.dtb \ 29 socfpga_cyclone5_sockit.dtb \
30 socfpga_cyclone5_socrates.dtb \ 30 socfpga_cyclone5_socrates.dtb \
31 socfpga_cyclone5_de0_sockit.dtb \ 31 socfpga_cyclone5_de0_sockit.dtb \
32 socfpga_cyclone5_mcvevk.dtb \
33 socfpga_cyclone5_sodia.dtb \
34 socfpga_cyclone5_trcom.dtb \
35 socfpga_cyclone5_vining_fpga.dtb \
32 " 36 "
33 37
34UBOOT_EXTLINUX ?= "1" 38UBOOT_EXTLINUX ?= "1"