imx: fix cortexa9/cortexa7 image builds due to dts move

The IMX device-tree's for arm moved from arch/arm/boot/dts to
arch/arm/boot/dts/nxp/imx. Use that if using the 6.6 kernel.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
Tim Harvey 2024-05-20 12:28:52 -07:00 committed by Hauke Mehrtens
parent 7dfdfac344
commit 368cd88c44
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,9 @@ define Device/Default
KERNEL_NAME := zImage KERNEL_NAME := zImage
KERNEL := kernel-bin | uImage none KERNEL := kernel-bin | uImage none
KERNEL_LOADADDR := 0x80008000 KERNEL_LOADADDR := 0x80008000
ifdef CONFIG_LINUX_6_6
DTS_DIR := $(DTS_DIR)/nxp/imx
endif
IMAGES := IMAGES :=
endef endef

View File

@ -84,6 +84,9 @@ define Device/Default
KERNEL_NAME := zImage KERNEL_NAME := zImage
KERNEL := kernel-bin | uImage none KERNEL := kernel-bin | uImage none
KERNEL_LOADADDR := 0x10008000 KERNEL_LOADADDR := 0x10008000
ifdef CONFIG_LINUX_6_6
DTS_DIR := $(DTS_DIR)/nxp/imx
endif
IMAGES := IMAGES :=
endef endef