summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2021-04-16 15:59:47 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2021-04-19 16:33:41 -0500
commit43bf0f36a3ac62cc3378688358ba704a27b501ce (patch)
treef28551098d7287b9c130801ead16081f198d2fea
parentba0ddc5ae9ebf9777d31283f272e4ed518e1f514 (diff)
downloadmeta-ti-43bf0f36a3ac62cc3378688358ba704a27b501ce.tar.gz
conf: am57xx-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. - am57xx-evm-cam-ov10635.dtb - am57xx-evm-reva3-cam-ov10635.dtb - am571x-idk-lcd-osd101t2045.dtb - am571x-idk-lcd-osd101t2587.dtb - am572x-idk-lcd-osd101t2045.dtb - am572x-idk-lcd-osd101t2587.dtb - am574x-idk-lcd-osd101t2587.dtb Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--conf/machine/am57xx-evm.conf7
1 files changed, 0 insertions, 7 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index 3b0c18af..78e730ca 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -14,17 +14,10 @@ KERNEL_DEVICETREE = " \
14 am57xx-beagle-x15-revc.dtb \ 14 am57xx-beagle-x15-revc.dtb \
15 am5729-beagleboneai.dtb \ 15 am5729-beagleboneai.dtb \
16 am57xx-evm.dtb \ 16 am57xx-evm.dtb \
17 am57xx-evm-cam-ov10635.dtb \
18 am57xx-evm-reva3.dtb \ 17 am57xx-evm-reva3.dtb \
19 am57xx-evm-reva3-cam-ov10635.dtb \
20 am571x-idk.dtb \ 18 am571x-idk.dtb \
21 am571x-idk-lcd-osd101t2045.dtb \
22 am571x-idk-lcd-osd101t2587.dtb \
23 am572x-idk.dtb \ 19 am572x-idk.dtb \
24 am572x-idk-lcd-osd101t2045.dtb \
25 am572x-idk-lcd-osd101t2587.dtb \
26 am574x-idk.dtb \ 20 am574x-idk.dtb \
27 am574x-idk-lcd-osd101t2587.dtb \
28" 21"
29 22
30KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am574x-idk-pru-excl-uio.dtb am572x-idk-pru-excl-uio.dtb am571x-idk-pru-excl-uio.dtb', '', d)}" 23KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am574x-idk-pru-excl-uio.dtb am572x-idk-pru-excl-uio.dtb am571x-idk-pru-excl-uio.dtb', '', d)}"