diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2010-10-19 17:07:07 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2010-10-21 10:42:23 +0900 |
commit | 006442b35211472d325ee3955566cfb0d079e5b0 (patch) | |
tree | 833b5e8ee8b8be093e21db03807bab1dc7bdff18 /arch/sh | |
parent | 915d6b7d2b7af0bb28ed4c5aceb92ba64fe86fa8 (diff) | |
download | u-boot-imx-006442b35211472d325ee3955566cfb0d079e5b0.zip u-boot-imx-006442b35211472d325ee3955566cfb0d079e5b0.tar.gz u-boot-imx-006442b35211472d325ee3955566cfb0d079e5b0.tar.bz2 |
sh: Rename TEXT_BASE to CONFIG_SYS_TEXT_BASE
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/config.mk b/arch/sh/config.mk index 07ba68f..415c949 100644 --- a/arch/sh/config.mk +++ b/arch/sh/config.mk @@ -29,6 +29,6 @@ STANDALONE_LOAD_ADDR += -EB endif PLATFORM_CPPFLAGS += -DCONFIG_SH -D__SH__ -PLATFORM_LDFLAGS += -e $(CONFIG_SYS_TEXT_BASE) --defsym reloc_dst=$(TEXT_BASE) +PLATFORM_LDFLAGS += -e $(CONFIG_SYS_TEXT_BASE) --defsym reloc_dst=$(CONFIG_SYS_TEXT_BASE) LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds |