Author: jogo
Date: 2015-03-25 16:34:45 +0100 (Wed, 25 Mar 2015)
New Revision: 44983

Modified:
   trunk/target/linux/brcm63xx/image/Makefile
Log:
brcm63xx: hcsimage: respect load address

Respect the vmlinux load address when generating images.

Signed-off-by: Jonas Gorski <[email protected]>

Modified: trunk/target/linux/brcm63xx/image/Makefile
===================================================================
--- trunk/target/linux/brcm63xx/image/Makefile  2015-03-25 15:34:40 UTC (rev 
44982)
+++ trunk/target/linux/brcm63xx/image/Makefile  2015-03-25 15:34:45 UTC (rev 
44983)
@@ -119,7 +119,8 @@
        # Generate the image
        $(STAGING_DIR_HOST)/bin/hcsmakeimage --magic_byte=$(4) \
                --rev_maj=$(5) --rev_min=$(6) --input_file=$(KDIR)/$(7) \
-               --output_file=$(BIN_DIR)/openwrt-$(2)-$(1).bin
+               --output_file=$(BIN_DIR)/openwrt-$(2)-$(1).bin \
+               --ldaddress=$(LOADADDR)
 endef
 
 define Image/Build/ChkDTB
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to