ramips: add IMAGE_SIZE to DEVICE_VARS, it is used by build templates
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48611
This commit is contained in:
parent
f6b399c8ab
commit
afdb24e3ae
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ define Image/Build/Initramfs
|
|||
$(call Image/Build/Profile/$(PROFILE),initramfs)
|
||||
endef
|
||||
|
||||
DEVICE_VARS += DTS
|
||||
DEVICE_VARS += DTS IMAGE_SIZE
|
||||
|
||||
loadaddr-y := 0x80000000
|
||||
loadaddr-$(CONFIG_TARGET_ramips_rt288x) := 0x88000000
|
||||
|
|
Loading…
Reference in a new issue