summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMieczyslaw Nalewaj2024-07-26 00:17:57 +0000
committerNick Hainke2024-07-29 08:32:57 +0000
commit0f093391ebf296b0acef6766a8a80ef2616ba241 (patch)
tree8e4dd1a5f834dbebb793a9e2f520c2458bad5e56
parentf295d3fbceaad5a1c9d411a4dab895902c19277e (diff)
downloadopenwrt-0f093391ebf296b0acef6766a8a80ef2616ba241.tar.gz
zynq: change location of zynq dts files
Upstream change location of zynq dts files. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
-rw-r--r--target/linux/zynq/image/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/zynq/image/Makefile b/target/linux/zynq/image/Makefile
index 0931871624..50301cf2a8 100644
--- a/target/linux/zynq/image/Makefile
+++ b/target/linux/zynq/image/Makefile
@@ -29,6 +29,9 @@ endef
define Device/Default
PROFILES := Default
+ifdef CONFIG_LINUX_6_6
+ DTS_DIR := $(DTS_DIR)/xilinx
+endif
DEVICE_DTS := $(lastword $(subst _, ,$(1)))
KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
KERNEL_LOADADDR := 0x8000