From 49b84624eb694ed8238472db758708384fe62ce6 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 9 Oct 2017 13:50:03 +0200 Subject: [PATCH] image-commands: tplink-v2-header: pass kernel loadaddr and entry Initramfs images won't boot if the default loadaddr and entrypont is different. Signed-off-by: Alexander Couzens --- include/image-commands.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/image-commands.mk b/include/image-commands.mk index 4fe8c0f456..aaece705d2 100644 --- a/include/image-commands.mk +++ b/include/image-commands.mk @@ -249,7 +249,8 @@ endef define Build/tplink-v2-header $(STAGING_DIR_HOST)/bin/mktplinkfw2 \ - -c -H $(TPLINK_HWID) -W $(TPLINK_HWREV) \ + -c -H $(TPLINK_HWID) -W $(TPLINK_HWREV) -L $(KERNEL_LOADADDR) \ + -E $(if $(KERNEL_ENTRY),$(KERNEL_ENTRY),$(KERNEL_LOADADDR)) \ -w $(TPLINK_HWREVADD) -F "$(TPLINK_FLASHLAYOUT)" \ -T $(TPLINK_HVERSION) -V "ver. 2.0" \ -k $@ -o $@.new $(1) -- 2.30.2