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>
KERNEL_NAME := zImage
KERNEL := kernel-bin | uImage none
KERNEL_LOADADDR := 0x80008000
+ifdef CONFIG_LINUX_6_6
+ DTS_DIR := $(DTS_DIR)/nxp/imx
+endif
IMAGES :=
endef
KERNEL_NAME := zImage
KERNEL := kernel-bin | uImage none
KERNEL_LOADADDR := 0x10008000
+ifdef CONFIG_LINUX_6_6
+ DTS_DIR := $(DTS_DIR)/nxp/imx
+endif
IMAGES :=
endef