From 3fe9aec87b021ea676ec51ebb65f010f0eb19c23 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Sun, 4 Aug 2024 17:13:26 -0500 Subject: conf: machine: omapl138-lcdk: Update KERNEL_DEVICETREE Update the entry for KERNEL_DEVICETREE to match what is in the 6.10 kernel. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/omapl138-lcdk.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/conf/machine/omapl138-lcdk.conf b/meta-ti-bsp/conf/machine/omapl138-lcdk.conf index fdbaffae..458caaff 100644 --- a/meta-ti-bsp/conf/machine/omapl138-lcdk.conf +++ b/meta-ti-bsp/conf/machine/omapl138-lcdk.conf @@ -21,6 +21,6 @@ KERNEL_DEVICETREE_PREFIX = " \ " KERNEL_DEVICETREE = " \ - da850-evm.dtb \ - da850-lcdk.dtb \ + ti/davinci/da850-evm.dtb \ + ti/davinci/da850-lcdk.dtb \ " -- cgit v1.2.3-54-g00ecf