From: Jonas Gorski Date: Wed, 25 Mar 2015 15:34:45 +0000 (+0000) Subject: brcm63xx: hcsimage: respect load address X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3342e5f537ec013a18c9911739f8521e9b04bbda;p=openwrt%2Fsvn-archive%2Farchive.git brcm63xx: hcsimage: respect load address Respect the vmlinux load address when generating images. Signed-off-by: Jonas Gorski SVN-Revision: 44983 --- diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 1913feb646..47756bf39b 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -119,7 +119,8 @@ define Image/Build/HCSDTB # 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