mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Makefile: rename TEXT_BASE to CONFIG_SYS_TEXT_BASE
This commit is contained in:
parent
cebcf7da21
commit
2ea88b063e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -341,7 +341,7 @@ $(obj)u-boot.imx: $(obj)u-boot.bin
|
|||
|
||||
$(obj)u-boot.kwb: $(obj)u-boot.bin
|
||||
$(obj)tools/mkimage -n $(KWD_CONFIG) -T kwbimage \
|
||||
-a $(CONFIG_SYS_TEXT_BASE) -e $(TEXT_BASE) -d $< $@
|
||||
-a $(CONFIG_SYS_TEXT_BASE) -e $(CONFIG_SYS_TEXT_BASE) -d $< $@
|
||||
|
||||
$(obj)u-boot.sha1: $(obj)u-boot.bin
|
||||
$(obj)tools/ubsha1 $(obj)u-boot.bin
|
||||
|
|
Loading…
Reference in a new issue