projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cebcf7d
)
Makefile: rename TEXT_BASE to CONFIG_SYS_TEXT_BASE
author
Eric Cooper
<ecc@cmu.edu>
Tue, 19 Oct 2010 17:31:11 +0000
(13:31 -0400)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 19 Oct 2010 21:56:00 +0000
(23:56 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9dcd59ddb900fa4d9c38bc0b90c92a298708e73d..04ee143e449a83cb4f86cfe7a462350f9f547888 100644
(file)
--- a/
Makefile
+++ b/
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