linux-dey: add support for ccimx6/ccimx6qp
Like in the ccimx6ul, don't add the flag to build device tree overlays. https://onedigi.atlassian.net/browse/DEL-8540 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
1df42d39b9
commit
c0ef35cd95
|
|
@ -48,8 +48,9 @@ do_configure:append() {
|
|||
# Create base DTB suitable for overlays
|
||||
OVERLAYS_DTC_FLAGS = "-@"
|
||||
OVERLAYS_DTC_FLAGS:ccimx6ul = ""
|
||||
OVERLAYS_DTC_FLAGS:ccimx6 = ""
|
||||
KERNEL_DTC_FLAGS = "${OVERLAYS_DTC_FLAGS}"
|
||||
|
||||
KERNEL_EXTRA_ARGS:stm32mpcommon += "LOADADDR=${ST_KERNEL_LOADADDR}"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8m|ccimx93|ccmp1)"
|
||||
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8m|ccimx93|ccimx6|ccmp1)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue