[dunfell/master] conf: am62xx: remove unused dtbs

Message ID 20220404135822.913-1-praneeth@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [dunfell/master] conf: am62xx: remove unused dtbs | expand

Commit Message

Bajjuri, Praneeth April 4, 2022, 1:58 p.m. UTC
The current ti-linux-5.10.y kernel doesnt have the
following dtb.
-    ti/k3-am625-sk-lpmdemo.dtb
-    ti/k3-am625-minimal.dtb

This patch is to remove them for now.
Enable the applicable dtb once the equivalent support is
added in ti-linux-5.10.y kernel later.

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 conf/machine/am62xx-evm.conf | 2 --
 1 file changed, 2 deletions(-)

Patch

diff --git a/conf/machine/am62xx-evm.conf b/conf/machine/am62xx-evm.conf
index 086e40e4..eb1563f8 100644
--- a/conf/machine/am62xx-evm.conf
+++ b/conf/machine/am62xx-evm.conf
@@ -8,8 +8,6 @@  MACHINE_FEATURES += "gpu"
 
 KERNEL_DEVICETREE = " \
     ti/k3-am625-sk.dtb \
-    ti/k3-am625-sk-lpmdemo.dtb \
-    ti/k3-am625-minimal.dtb \
 "
 
 UBOOT_MACHINE = "am62x_evm_a53_defconfig"