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/dra7xx-evm.conf | |
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/dra7xx-evm.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/dra7xx-evm.conf | 1 |
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 | ||
17 | KERNEL_DEVICETREE = " \ | 18 | KERNEL_DEVICETREE = " \ |