diff options
author | Mathias Kresin <dev@kresin.me> | 2016-09-13 19:23:52 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-09-13 19:36:41 +0200 |
commit | 1cd0a4c688f02918cb96ff7f5f21cddc281d4f2c (patch) | |
tree | 3a344d44aeb50972f9399f8414e9d60cfff93920 /target/linux/kirkwood/image | |
parent | b964196c68d6727d14bfae868ff428d240e011c9 (diff) | |
download | upstream-1cd0a4c688f02918cb96ff7f5f21cddc281d4f2c.tar.gz upstream-1cd0a4c688f02918cb96ff7f5f21cddc281d4f2c.tar.bz2 upstream-1cd0a4c688f02918cb96ff7f5f21cddc281d4f2c.zip |
image: add KERNEL_SIZE to the default device vars
This reverts commit ec37a565878fd79d4127cbb843c17ce3b8dc97c0 and fixes
the underlying issue.
Diffstat (limited to 'target/linux/kirkwood/image')
-rw-r--r-- | target/linux/kirkwood/image/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile index 03a9873c9f..12d2a311ef 100644 --- a/target/linux/kirkwood/image/Makefile +++ b/target/linux/kirkwood/image/Makefile @@ -10,7 +10,6 @@ NAND_BLOCKSIZE := 2048-128k include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -DEVICE_VARS += KERNEL_SIZE KERNEL_LOADADDR:=0x8000 TARGET_DEVICES = linksys-audi linksys-viper dockstar goflexnet goflexhome |