[openwrt/openwrt] zynq: change location of zynq dts files

LEDE Commits lede-commits at lists.infradead.org
Mon Jul 29 01:33:20 PDT 2024


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0f093391ebf296b0acef6766a8a80ef2616ba241

commit 0f093391ebf296b0acef6766a8a80ef2616ba241
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Fri Jul 26 02:17:57 2024 +0200

    zynq: change location of zynq dts files
    
    Upstream change location of zynq dts files.
    
    Signed-off-by: Mieczyslaw Nalewaj <namiltd at yahoo.com>
---
 target/linux/zynq/image/Makefile | 3 +++
 1 file changed, 3 insertions(+)

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




More information about the lede-commits mailing list