From aedca3ce430c0edcf582118d393fe13349fca741 Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Cabanelas Date: Mon, 29 Aug 2016 16:03:33 +0200 Subject: brcm63xx: Livebox 1: relocate the kernel to fix boot Fix Image generation for the Livebox 1 - missing "relocate-kernel", wrong "LOADADDR", fix it Signed-off-by: Daniel Gonzalez Cabanelas Signed-off-by: Jonas Gorski --- target/linux/brcm63xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/brcm63xx/image/Makefile') diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 6e7ca8febb..c9363dda0a 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -151,7 +151,7 @@ define Build/redboot-bin $(TOPDIR)/scripts/redboot-script.pl \ -k $(BIN_DIR)/$(REDBOOT_PREFIX)-vmlinux.gz \ -r $(BIN_DIR)/$(REDBOOT_PREFIX)-$(notdir $(IMAGE_ROOTFS)) \ - -a $(strip $(LOADADDR)) -f 0xbe430000 -l 0x7c0000 \ + -a $(strip $(LOADER_ENTRY)) -f 0xbe430000 -l 0x7c0000 \ -s 0x1000 -t 20 -o $@.redbootscript dd if="$@.redbootscript" of="$@.redbootscript.padded" bs=4096 conv=sync cat \ -- cgit v1.2.3