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

@@ -369,7 +369,7 @@ define Device/Init
endef
DEFAULT_DEVICE_VARS := \
DEVICE_NAME KERNEL KERNEL_INITRAMFS KERNEL_INITRAMFS_IMAGE \
DEVICE_NAME KERNEL KERNEL_INITRAMFS KERNEL_SIZE KERNEL_INITRAMFS_IMAGE \
DEVICE_DTS DEVICE_DTS_DIR BOARD_NAME CMDLINE \
UBOOTENV_IN_UBI KERNEL_IN_UBI \
BLOCKSIZE PAGESIZE SUBPAGESIZE VID_HDR_OFFSET \