diff options
author | Ryan Eatmon <reatmon@ti.com> | 2023-07-27 10:12:16 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-07-31 22:18:51 -0500 |
commit | 929868924784d7897bdb954e6a49b2063ee526f6 (patch) | |
tree | 443dc6b644a99e3f2512cde4a122b38cac842beb /meta-ti-bsp/conf/machine/include/ti43x.inc | |
parent | 57b7b11a503754b433b156918c9ce9bbb858b09f (diff) | |
download | meta-ti-929868924784d7897bdb954e6a49b2063ee526f6.tar.gz |
linux-ti-next,conf/machine: Add support for new vendored dts dir
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.inc | 2 |
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" | |||
22 | KERNEL_DEVICETREE_PREFIX = " \ | 22 | KERNEL_DEVICETREE_PREFIX = " \ |
23 | am437x \ | 23 | am437x \ |
24 | am43x \ | 24 | am43x \ |
25 | ti/omap/am437x \ | ||
26 | ti/omap/am43x \ | ||
25 | " | 27 | " |
26 | 28 | ||
27 | KERNEL_DEVICETREE = " \ | 29 | KERNEL_DEVICETREE = " \ |