summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/dra7xx-evm.conf
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-07-27 10:12:16 -0500
committerRyan Eatmon <reatmon@ti.com>2023-07-31 22:18:51 -0500
commit929868924784d7897bdb954e6a49b2063ee526f6 (patch)
tree443dc6b644a99e3f2512cde4a122b38cac842beb /meta-ti-bsp/conf/machine/dra7xx-evm.conf
parent57b7b11a503754b433b156918c9ce9bbb858b09f (diff)
downloadmeta-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/dra7xx-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/dra7xx-evm.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/dra7xx-evm.conf b/meta-ti-bsp/conf/machine/dra7xx-evm.conf
index c47a1e80..30884ae1 100644
--- a/meta-ti-bsp/conf/machine/dra7xx-evm.conf
+++ b/meta-ti-bsp/conf/machine/dra7xx-evm.conf
@@ -12,6 +12,7 @@ KERNEL_DEVICETREE_PREFIX = " \
12 dra7 \ 12 dra7 \
13 ti/dra7 \ 13 ti/dra7 \
14 ti/lcd \ 14 ti/lcd \
15 ti/omap/dra7 \
15" 16"
16 17
17KERNEL_DEVICETREE = " \ 18KERNEL_DEVICETREE = " \