mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
brcm63xx: hcsimage: respect load address
Respect the vmlinux load address when generating images. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44983
This commit is contained in:
parent
d84fafb9f3
commit
ee0140a678
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user