commit | 28f3960f0bf15018e89237d5918eed03b0689d2f | [log] [tgz] |
---|---|---|
author | Eric Cooper <ecc@cmu.edu> | Tue Oct 19 13:31:11 2010 -0400 |
committer | Wolfgang Denk <wd@denx.de> | Tue Oct 19 23:56:00 2010 +0200 |
tree | 28f6c175ce26f0c85611daefb3566120eb651e05 | |
parent | b288f56dfa63f2a57c359c28d9473dd121165d2f [diff] [blame] |
Makefile: rename TEXT_BASE to CONFIG_SYS_TEXT_BASE
diff --git a/Makefile b/Makefile index 9dcd59d..04ee143 100644 --- a/Makefile +++ b/Makefile
@@ -341,7 +341,7 @@ $(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