Re: [dunfell/master PATCH v2 4/6] conf: k2g-evm: Remove non-existent dtb* from 5.10
Suman Anna
Hi Praneeth,
On 4/16/21 12:05 AM, praneeth via lists.yoctoproject.org wrote:
kernel. Why are you removing this?
regards
Suman
On 4/16/21 12:05 AM, praneeth via lists.yoctoproject.org wrote:
From: Praneeth Bajjuri <praneeth@...>FWIW, keystone-k2g-ice.dtb is not an overlay, and is present even on upstream
Remove the non-existent dtb* , as they are not currently present on
ti-linux-5.10.y.
- keystone-k2g-evm-lcd.dtb
- keystone-k2g-ice.dtb
kernel. Why are you removing this?
regards
Suman
Signed-off-by: Praneeth Bajjuri <praneeth@...>
---
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..e032068e 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 \
${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'keystone-k2g-ice-pru-excl-uio.dtb', '', d)}"
UBOOT_MACHINE = "k2g_evm_config"