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:
@@ -54,10 +54,8 @@ KERNEL_ENTRY_POINT=0x8000
|
||||
### Device macros ###
|
||||
define Device/Default
|
||||
IMG_PREFIX := zynq
|
||||
DEVICE_DTS :=
|
||||
PROFILE_SANITIZED :=
|
||||
endef
|
||||
DEVICE_VARS += DEVICE_DTS
|
||||
|
||||
define Device/DefaultConfig
|
||||
DEVICE_LC = $(1)
|
||||
|
||||
Reference in New Issue
Block a user