summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2021-04-15 23:35:01 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2021-04-19 16:33:41 -0500
commitba0ddc5ae9ebf9777d31283f272e4ed518e1f514 (patch)
tree5189837af8040ec689100a23e500fb1373218688 /conf/machine/include
parentad28c5878171ef5b364f6bc9d8a5de514731964b (diff)
downloadmeta-ti-ba0ddc5ae9ebf9777d31283f272e4ed518e1f514.tar.gz
conf: am437xx-evm: Remove non-existent dtb* from 5.10
Remove the non-existent dtb* , as they are not currently present on ti-linux-5.10.y. - am437x-gp-evm-hdmi.dtb - am43x-epos-evm-hdmi.dtb Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/ti43x.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index 524b0b2c..b1a27f93 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -27,9 +27,9 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
27KERNEL_IMAGETYPE = "zImage" 27KERNEL_IMAGETYPE = "zImage"
28 28
29KERNEL_DEVICETREE = " \ 29KERNEL_DEVICETREE = " \
30 am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb \ 30 am437x-gp-evm.dtb \
31 am437x-sk-evm.dtb am437x-idk-evm.dtb \ 31 am437x-sk-evm.dtb am437x-idk-evm.dtb \
32 am43x-epos-evm.dtb am43x-epos-evm-hdmi.dtb \ 32 am43x-epos-evm.dtb \
33" 33"
34 34
35KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}" 35KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}"