image: add KERNEL_SIZE to the default device vars

This reverts commit ec37a56587 and fixes
the underlying issue.
This commit is contained in:
Mathias Kresin
2016-09-13 19:23:52 +02:00
parent b964196c68
commit 1cd0a4c688
8 changed files with 6 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ define Image/Build/Initramfs
$(call Image/Build/Profile/$(PROFILE),initramfs)
endef
DEVICE_VARS += DTS IMAGE_SIZE KERNEL_SIZE
DEVICE_VARS += DTS IMAGE_SIZE
loadaddr-y := 0x80000000
loadaddr-$(CONFIG_TARGET_ramips_rt288x) := 0x88000000