summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin2017-03-15 06:40:08 +0000
committerJohn Crispin2017-03-22 08:45:18 +0000
commiteb3ac8281bd0780b735a6e2d9b62efa552246ac4 (patch)
treef1faae2f2fe41d6de6daae5c938ee9028424809b
parent06c49dbccf193219b094cbee54fde0048e410eec (diff)
downloadopenwrt-eb3ac8281bd0780b735a6e2d9b62efa552246ac4.tar.gz
include: add KERNEL_LOAD_ADDR to TARGET_VARS
This will allow us to override the variable from within a Device template. Signed-off-by: John Crispin <john@phrozen.org>
-rw-r--r--include/image.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image.mk b/include/image.mk
index 2153715a64..cc90a140cb 100644
--- a/include/image.mk
+++ b/include/image.mk
@@ -362,7 +362,7 @@ endef
DEFAULT_DEVICE_VARS := \
DEVICE_NAME KERNEL KERNEL_INITRAMFS KERNEL_SIZE KERNEL_INITRAMFS_IMAGE \
- DEVICE_DTS DEVICE_DTS_DIR BOARD_NAME CMDLINE \
+ KERNEL_LOADADDR DEVICE_DTS DEVICE_DTS_DIR BOARD_NAME CMDLINE \
UBOOTENV_IN_UBI KERNEL_IN_UBI \
BLOCKSIZE PAGESIZE SUBPAGESIZE VID_HDR_OFFSET \
UBINIZE_OPTS UIMAGE_NAME UBINIZE_PARTS \