diff options
author | Ryan Eatmon <reatmon@ti.com> | 2024-08-04 17:13:26 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-08-04 17:15:33 -0500 |
commit | 3fe9aec87b021ea676ec51ebb65f010f0eb19c23 (patch) | |
tree | dca72bf320d42a0adc9c5de8e7bcbcfaf527a20c | |
parent | 0f14aa54dbdca68a28f78596117286bcad8a3331 (diff) | |
download | meta-ti-3fe9aec87b021ea676ec51ebb65f010f0eb19c23.tar.gz |
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 <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/conf/machine/omapl138-lcdk.conf | 4 |
1 files 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 = " \ | |||
21 | " | 21 | " |
22 | 22 | ||
23 | KERNEL_DEVICETREE = " \ | 23 | KERNEL_DEVICETREE = " \ |
24 | da850-evm.dtb \ | 24 | ti/davinci/da850-evm.dtb \ |
25 | da850-lcdk.dtb \ | 25 | ti/davinci/da850-lcdk.dtb \ |
26 | " | 26 | " |