summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2021-04-16 16:04:04 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2021-04-19 16:33:41 -0500
commit8bdfe1413c00e0c55132989dafcf8d91827999c3 (patch)
treed4435e89f8ac0a9a9a3e8fd15e45408da4f9aa62
parent43bf0f36a3ac62cc3378688358ba704a27b501ce (diff)
downloadmeta-ti-8bdfe1413c00e0c55132989dafcf8d91827999c3.tar.gz
conf: dra7xx-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. - dra7-evm-lcd-osd101t2045.dtb - dra7-evm-lcd-osd101t2587.dtb - dra71-evm-nand.dtb - dra71-evm-lcd-auo-g101evn01.0.dtb - dra72-evm-lcd-osd101t2045.dtb - dra72-evm-lcd-osd101t2587.dtb - dra72-evm-revc-lcd-osd101t2045.dtb - dra72-evm-revc-lcd-osd101t2587.dtb - dra76-evm-tfp410.dtb Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--conf/machine/dra7xx-evm.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index 67f9a0d1..ad4b0263 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -10,19 +10,10 @@ SERIAL_CONSOLES = "115200;ttyS0"
10 10
11KERNEL_DEVICETREE = " \ 11KERNEL_DEVICETREE = " \
12 dra7-evm.dtb \ 12 dra7-evm.dtb \
13 dra7-evm-lcd-osd101t2045.dtb \
14 dra7-evm-lcd-osd101t2587.dtb \
15 dra71-evm.dtb \ 13 dra71-evm.dtb \
16 dra71-evm-nand.dtb \
17 dra71-evm-lcd-auo-g101evn01.0.dtb \
18 dra72-evm.dtb \ 14 dra72-evm.dtb \
19 dra72-evm-lcd-osd101t2045.dtb \
20 dra72-evm-lcd-osd101t2587.dtb \
21 dra72-evm-revc.dtb \ 15 dra72-evm-revc.dtb \
22 dra72-evm-revc-lcd-osd101t2045.dtb \
23 dra72-evm-revc-lcd-osd101t2587.dtb \
24 dra76-evm.dtb \ 16 dra76-evm.dtb \
25 dra76-evm-tfp410.dtb \
26" 17"
27 18
28UBOOT_MACHINE = "dra7xx_evm_config" 19UBOOT_MACHINE = "dra7xx_evm_config"