Skip to content
Snippets Groups Projects
Commit ee0140a6 authored by Jonas Gorski's avatar Jonas Gorski
Browse files

brcm63xx: hcsimage: respect load address


Respect the vmlinux load address when generating images.

Signed-off-by: default avatarJonas Gorski <jogo@openwrt.org>

SVN-Revision: 44983
parent d84fafb9
No related branches found
No related tags found
No related merge requests found
...@@ -119,7 +119,8 @@ define Image/Build/HCSDTB ...@@ -119,7 +119,8 @@ define Image/Build/HCSDTB
# Generate the image # Generate the image
$(STAGING_DIR_HOST)/bin/hcsmakeimage --magic_byte=$(4) \ $(STAGING_DIR_HOST)/bin/hcsmakeimage --magic_byte=$(4) \
--rev_maj=$(5) --rev_min=$(6) --input_file=$(KDIR)/$(7) \ --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 endef
define Image/Build/ChkDTB define Image/Build/ChkDTB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment