mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-27 17:23:31 +00:00
zynq: change location of zynq dts files
Upstream change location of zynq dts files. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
This commit is contained in:
parent
f295d3fbce
commit
0f093391eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user