diff options
author | Ryan Eatmon <reatmon@ti.com> | 2023-07-24 15:45:36 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-07-31 14:55:48 -0500 |
commit | b12c4b83db420fe8020d04bd26d3e28bc6355440 (patch) | |
tree | e93cea7f3353b2e5dab04fb98cd375b2ffaa5c2f /meta-ti-bsp/conf/machine/include/ti33x.inc | |
parent | e969884edb5a679c09960207253d785d82b72d3d (diff) | |
download | meta-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/ti33x.inc')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti33x.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc index f7f126f4..bc61a773 100644 --- a/meta-ti-bsp/conf/machine/include/ti33x.inc +++ b/meta-ti-bsp/conf/machine/include/ti33x.inc | |||
@@ -19,7 +19,10 @@ PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc" | |||
19 | 19 | ||
20 | KERNEL_IMAGETYPE = "zImage" | 20 | KERNEL_IMAGETYPE = "zImage" |
21 | 21 | ||
22 | KERNEL_DEVICETREE_PREFIX = "am335x" | 22 | KERNEL_DEVICETREE_PREFIX = " \ |
23 | am335x \ | ||
24 | ti/omap/am335x \ | ||
25 | " | ||
23 | 26 | ||
24 | KERNEL_DEVICETREE = " \ | 27 | KERNEL_DEVICETREE = " \ |
25 | am335x-evm.dtb \ | 28 | am335x-evm.dtb \ |