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:
@@ -49,9 +49,7 @@ define Device/Default
|
||||
KERNEL := kernel-bin | kernel-img
|
||||
IMAGES := sdcard.img
|
||||
IMAGE/sdcard.img := boot-img | sdcard-img
|
||||
DEVICE_DTS :=
|
||||
endef
|
||||
DEVICE_VARS += DEVICE_DTS
|
||||
|
||||
define Device/rpi
|
||||
DEVICE_TITLE := Raspberry Pi B/B+/CM/Zero
|
||||
|
||||
Reference in New Issue
Block a user