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/ramips | |
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/ramips')
-rw-r--r-- | target/linux/ramips/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 7794d48482..d165ec5512 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -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 |