From d8b15f8c2aea4a499ad1426485b7d0f0f2ea1aea Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Thu, 15 Apr 2021 23:11:37 -0500 Subject: [PATCH] conf: k2g-evm: Remove keystone-k2g-evm-lcd.dtb from 5.10 Remove the non-existent dtb, as they are not currently present on ti-linux-5.10.y. - keystone-k2g-evm-lcd.dtb Signed-off-by: Praneeth Bajjuri --- conf/machine/k2g-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf index 7681a752..d4cf0605 100644 --- a/conf/machine/k2g-evm.conf +++ b/conf/machine/k2g-evm.conf @@ -6,7 +6,7 @@ require conf/machine/include/k2g.inc MACHINE_FEATURES += "alsa" -KERNEL_DEVICETREE = "keystone-k2g-evm.dtb keystone-k2g-evm-lcd.dtb keystone-k2g-ice.dtb \ +KERNEL_DEVICETREE = "keystone-k2g-evm.dtb keystone-k2g-ice.dtb \ ${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'keystone-k2g-ice-pru-excl-uio.dtb', '', d)}" UBOOT_MACHINE = "k2g_evm_config"