diff options
author | 2021-05-21 04:51:08 -0500 | |
---|---|---|
committer | 2021-07-13 17:39:04 +0000 | |
commit | 1f0e915356fbe9504350427373d67682656e54ff (patch) | |
tree | f3a8f8500f02431215c8fe2c42d248adcf4c7e9b /conf | |
parent | 9ada213d1e7ad90e5a3b73c21fec24f57e6b0601 (diff) | |
download | meta-ti-1f0e915356fbe9504350427373d67682656e54ff.tar.gz meta-ti-1f0e915356fbe9504350427373d67682656e54ff.tar.bz2 meta-ti-1f0e915356fbe9504350427373d67682656e54ff.zip |
linux-ti-staging: Add extra dtc flags to support dtb overlays
Added KERNEL_DTB_OVERLAY_SUPPORT to common ti-soc include. This fixes the issue
where the dtbs are build without symbols causing issue with overlays.
Please note this increases the size of the dtb for all platform
derived from ti-soc. So for custom boards disable it from local.conf to
reduce size.
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/ti-soc.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/ti-soc.inc b/conf/machine/include/ti-soc.inc index 227d8972..2792d2a0 100644 --- a/conf/machine/include/ti-soc.inc +++ b/conf/machine/include/ti-soc.inc @@ -1,4 +1,5 @@ # This is a generic TI SOC family. It is a superset of all other SOCs # and platforms defined in meta-ti to allow BSP-level overrides. SOC_FAMILY = "ti-soc" +KERNEL_DTB_OVERLAY_SUPPORT ?= "1" require conf/machine/include/soc-family.inc |