[openwrt/openwrt] mxs: adjust DTS path for 6.6
LEDE Commits
lede-commits at lists.infradead.org
Fri Apr 19 09:38:43 PDT 2024
wigyori pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/38dc19828d56bfe3457440aa85126182a8c6c0fb
commit 38dc19828d56bfe3457440aa85126182a8c6c0fb
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Thu Apr 18 16:49:27 2024 +0000
mxs: adjust DTS path for 6.6
For the ARM arch on 6.6, DTS files are moved into their vendor directories,
mimicking arm64. Reflect this in the image Makefile.
Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
target/linux/mxs/image/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/target/linux/mxs/image/Makefile b/target/linux/mxs/image/Makefile
index f1847dec1e..585211dc0b 100644
--- a/target/linux/mxs/image/Makefile
+++ b/target/linux/mxs/image/Makefile
@@ -39,6 +39,9 @@ define Device/Default
KERNEL_NAME := zImage
KERNEL := kernel-bin | uImage none
IMAGES := sdcard.img.gz
+ifneq ($(KERNEL),6.1)
+ DTS_DIR := $(DTS_DIR)/nxp/mxs
+endif
DEVICE_DTS = $$(SOC)-$(lastword $(subst _, ,$(1)))
endef
More information about the lede-commits
mailing list