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:
Felix Fietkau
2016-07-14 13:58:23 +02:00
parent 7ed215437c
commit 8e2764ce9b
11 changed files with 10 additions and 20 deletions

View File

@@ -24,9 +24,8 @@ define Device/Default
PROFILES = Default $$(DEVICE_PROFILE)
KERNEL_DEPENDS = $$(wildcard ../dts/$$(DEVICE_DTS).dts)
DEVICE_PROFILE :=
DEVICE_DTS :=
endef
DEVICE_VARS += DEVICE_PROFILE DEVICE_DTS
DEVICE_VARS += DEVICE_PROFILE
define Device/vmlinux
KERNEL_SUFFIX := .elf