summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/ti43x.inc
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-07-24 15:45:36 -0500
committerRyan Eatmon <reatmon@ti.com>2023-07-31 14:55:48 -0500
commitb12c4b83db420fe8020d04bd26d3e28bc6355440 (patch)
treee93cea7f3353b2e5dab04fb98cd375b2ffaa5c2f /meta-ti-bsp/conf/machine/include/ti43x.inc
parente969884edb5a679c09960207253d785d82b72d3d (diff)
downloadmeta-ti-b12c4b83db420fe8020d04bd26d3e28bc6355440.tar.gz
linux-ti-next,conf/machine: Add support for new vendored dts dircicd.master.202308040100
The latest kernel has made the change to add vendor subdirectories into the arch/arm/boot/dts directory. This effectively breaks the KERNEL_DEVICETREE settings in the machine configs for 32bit platforms, so switch them over to using the PREFIX variable. Also change the linux-ti-next to use the PREFIX setting for KERNEL_DEVICETREE. 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.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc
index a6af56e3..ea5d1505 100644
--- a/meta-ti-bsp/conf/machine/include/ti43x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti43x.inc
@@ -22,6 +22,8 @@ KERNEL_IMAGETYPE = "zImage"
22KERNEL_DEVICETREE_PREFIX = " \ 22KERNEL_DEVICETREE_PREFIX = " \
23 am437x \ 23 am437x \
24 am43x \ 24 am43x \
25 ti/omap/am437x \
26 ti/omap/am43x \
25" 27"
26 28
27KERNEL_DEVICETREE = " \ 29KERNEL_DEVICETREE = " \