summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Cooper <ecc@cmu.edu>2010-10-19 13:31:11 -0400
committerWolfgang Denk <wd@denx.de>2010-10-19 23:56:00 +0200
commit2ea88b063e1547ff013b00e74a4656603be5ed5f (patch)
tree28f6c175ce26f0c85611daefb3566120eb651e05
parentcebcf7da2106d1294c71528b8e2f3532818ef989 (diff)
downloadtalos-obmc-uboot-2ea88b063e1547ff013b00e74a4656603be5ed5f.tar.gz
talos-obmc-uboot-2ea88b063e1547ff013b00e74a4656603be5ed5f.zip
Makefile: rename TEXT_BASE to CONFIG_SYS_TEXT_BASE
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9dcd59ddb9..04ee143e44 100644
--- 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
OpenPOWER on IntegriCloud