aboutsummaryrefslogtreecommitdiffstats
path: root/include/image.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2017-03-15 07:40:08 +0100
committerJohn Crispin <john@phrozen.org>2017-03-22 09:45:18 +0100
commiteb3ac8281bd0780b735a6e2d9b62efa552246ac4 (patch)
treef1faae2f2fe41d6de6daae5c938ee9028424809b /include/image.mk
parent06c49dbccf193219b094cbee54fde0048e410eec (diff)
downloadupstream-eb3ac8281bd0780b735a6e2d9b62efa552246ac4.tar.gz
upstream-eb3ac8281bd0780b735a6e2d9b62efa552246ac4.tar.bz2
upstream-eb3ac8281bd0780b735a6e2d9b62efa552246ac4.zip
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>
Diffstat (limited to 'include/image.mk')
-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 \