diff options
| author | Andrew Davis <afd@ti.com> | 2025-06-27 15:41:29 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-12 10:15:31 -0500 |
| commit | f963603abeffa359eddd971d423452737306b2be (patch) | |
| tree | c0087f0a4ffe9816e7e49b6dcdf5f0c114739843 /meta-ti-bsp/conf/machine/include/ti-soc.inc | |
| parent | e973385b53ce78847c095abbc2a281559a7833ce (diff) | |
| download | meta-ti-f963603abeffa359eddd971d423452737306b2be.tar.gz | |
meta-ti-bsp: linux: Remove extra dtc flags for DT Overlays
This hides issues like missing flags that will cause issues for folks who
build or re-build the kernel outside the Yocto environment. It is better
to find these issues and fix them at the source in the Linux makefile,
not mask issues here.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/ti-soc.inc')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-soc.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-soc.inc b/meta-ti-bsp/conf/machine/include/ti-soc.inc index 5125856f..e3a50fdd 100644 --- a/meta-ti-bsp/conf/machine/include/ti-soc.inc +++ b/meta-ti-bsp/conf/machine/include/ti-soc.inc | |||
| @@ -11,4 +11,3 @@ UBOOT_RD_ENTRYPOINT = "0x84000000" | |||
| 11 | 11 | ||
| 12 | # TI platforms all use devicetrees with overlays | 12 | # TI platforms all use devicetrees with overlays |
| 13 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree" | 13 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree" |
| 14 | KERNEL_DTB_OVERLAY_SUPPORT ?= "1" | ||
