summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/ti43x.inc
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-04-25 17:58:13 -0500
committerRyan Eatmon <reatmon@ti.com>2024-04-26 16:16:48 -0500
commit9c0d895c02cac78315bb6a96ed3658ca220ed35b (patch)
tree19eb7ad4707dff8910aa56eaf2b4bee6d7e3ab5e /meta-ti-bsp/conf/machine/include/ti43x.inc
parenta8aa5fb4999fb7b774d78dd7bf32f677fd80d888 (diff)
downloadmeta-ti-9c0d895c02cac78315bb6a96ed3658ca220ed35b.tar.gz
conf: machine: Update KERNEL_DEVICETREE for mainline 32bit platforms
We missed that the KERNEL_DEVICETREE should have been updated for the 32bit platforms with the change in linux-ti-mainline to v6.6. The new directory structure under arch/arm/boot/dts is in effect for that version. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/ti43x.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/ti43x.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc
index 05a28b77..ec4bd115 100644
--- a/meta-ti-bsp/conf/machine/include/ti43x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti43x.inc
@@ -27,10 +27,10 @@ KERNEL_DEVICETREE_PREFIX = " \
27" 27"
28 28
29KERNEL_DEVICETREE = " \ 29KERNEL_DEVICETREE = " \
30 am437x-gp-evm.dtb \ 30 ti/omap/am437x-gp-evm.dtb \
31 am437x-sk-evm.dtb \ 31 ti/omap/am437x-sk-evm.dtb \
32 am437x-idk-evm.dtb \ 32 ti/omap/am437x-idk-evm.dtb \
33 am43x-epos-evm.dtb \ 33 ti/omap/am43x-epos-evm.dtb \
34" 34"
35 35
36KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}" 36KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}"