[source] include: add KERNEL_LOAD_ADDR to TARGET_VARS
LEDE Commits
lede-commits at lists.infradead.org
Wed Mar 22 01:45:36 PDT 2017
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/eb3ac8281bd0780b735a6e2d9b62efa552246ac4
commit eb3ac8281bd0780b735a6e2d9b62efa552246ac4
Author: John Crispin <john at phrozen.org>
AuthorDate: Wed Mar 15 07:40:08 2017 +0100
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 at phrozen.org>
---
include/image.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/image.mk b/include/image.mk
index 2153715..cc90a14 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 \
More information about the lede-commits
mailing list