linux-dey: do not generate symbols on ccimx6ul dtbs

Symbols are needed for DTB overlays. In the CC6UL we are not using
overlays, so disable symbols generation.

https://onedigi.atlassian.net/browse/DEL-8397

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2023-02-24 12:22:44 +01:00
parent 4e22f037f7
commit ad788b1d32
1 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,9 @@ do_configure:append() {
}
# Create base DTB suitable for overlays
KERNEL_DTC_FLAGS += "-@"
OVERLAYS_DTC_FLAGS = "-@"
OVERLAYS_DTC_FLAGS:ccimx6ul = ""
KERNEL_DTC_FLAGS = "${OVERLAYS_DTC_FLAGS}"
KERNEL_EXTRA_ARGS:stm32mpcommon += "LOADADDR=${ST_KERNEL_LOADADDR}"