From d1a3d72cc9c99e520653a2d3c93d6a08811e2c16 Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Fri, 16 Apr 2021 16:04:04 -0500 Subject: [PATCH] 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 --- conf/machine/dra7xx-evm.conf | 9 --------- 1 file changed, 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" KERNEL_DEVICETREE = " \ dra7-evm.dtb \ - dra7-evm-lcd-osd101t2045.dtb \ - dra7-evm-lcd-osd101t2587.dtb \ dra71-evm.dtb \ - dra71-evm-nand.dtb \ - dra71-evm-lcd-auo-g101evn01.0.dtb \ dra72-evm.dtb \ - dra72-evm-lcd-osd101t2045.dtb \ - dra72-evm-lcd-osd101t2587.dtb \ dra72-evm-revc.dtb \ - dra72-evm-revc-lcd-osd101t2045.dtb \ - dra72-evm-revc-lcd-osd101t2587.dtb \ dra76-evm.dtb \ - dra76-evm-tfp410.dtb \ " UBOOT_MACHINE = "dra7xx_evm_config"