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:
parent
4e22f037f7
commit
ad788b1d32
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue