apm821xx: add DEVICE_DTS_DIR variable, remove redundant DEVICE_VARS entry
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
44c39d5812
commit
3886644632
@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
include $(INCLUDE_DIR)/image.mk
|
include $(INCLUDE_DIR)/image.mk
|
||||||
include $(INCLUDE_DIR)/host.mk
|
include $(INCLUDE_DIR)/host.mk
|
||||||
|
|
||||||
DEVICE_VARS += DEVICE_DTS DEVICE_PROFILE IMAGE_SIZE DTB_SIZE
|
DEVICE_VARS += DEVICE_PROFILE IMAGE_SIZE DTB_SIZE
|
||||||
|
|
||||||
define Device/Default
|
define Device/Default
|
||||||
PROFILES := Default
|
PROFILES := Default
|
||||||
@ -15,6 +15,7 @@ define Device/Default
|
|||||||
DEVICE_DTS :=
|
DEVICE_DTS :=
|
||||||
KERNEL_ENTRY := 0x00000000
|
KERNEL_ENTRY := 0x00000000
|
||||||
KERNEL_LOADADDR := 0x00000000
|
KERNEL_LOADADDR := 0x00000000
|
||||||
|
DEVICE_DTS_DIR := ../dts
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/dtb
|
define Build/dtb
|
||||||
|
Loading…
Reference in New Issue
Block a user