image.mk: clean up redundant code related to DEVICE_DTS
It is used by a core build template, so the variable should be initialized and added to DEVICE_VARS in the core. Same for DEVICE_DTS_DIR Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -103,7 +103,6 @@ KERNEL_LOADADDR=0x10008000
|
||||
|
||||
define Device/Default
|
||||
PROFILES := Generic
|
||||
DEVICE_DTS :=
|
||||
FILESYSTEMS := squashfs ext4
|
||||
KERNEL_INSTALL := 1
|
||||
KERNEL_SUFFIX := -uImage
|
||||
@@ -114,8 +113,6 @@ define Device/Default
|
||||
IMAGES :=
|
||||
endef
|
||||
|
||||
DEVICE_VARS += DEVICE_DTS
|
||||
|
||||
define Device/ventana
|
||||
DEVICE_TITLE := Gateworks Ventana family
|
||||
DEVICE_DTS:= \
|
||||
|
||||
Reference in New Issue
Block a user