From 1cd0a4c688f02918cb96ff7f5f21cddc281d4f2c Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Tue, 13 Sep 2016 19:23:52 +0200 Subject: image: add KERNEL_SIZE to the default device vars This reverts commit ec37a565878fd79d4127cbb843c17ce3b8dc97c0 and fixes the underlying issue. --- target/linux/mvebu/image/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/linux/mvebu') diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile index c855cca42c..2c3d6589fe 100644 --- a/target/linux/mvebu/image/Makefile +++ b/target/linux/mvebu/image/Makefile @@ -12,8 +12,6 @@ include $(INCLUDE_DIR)/image.mk KERNEL_LOADADDR := 0x00008000 -DEVICE_VARS += KERNEL_SIZE - define Build/dtb $(call Image/BuildDTB,$(DTS_DIR)/$(DEVICE_DTS).dts,$@.dtb) endef -- cgit v1.2.3