From: Nobuhiro Iwamatsu Date: Tue, 19 Oct 2010 08:07:07 +0000 (+0900) Subject: sh: Rename TEXT_BASE to CONFIG_SYS_TEXT_BASE X-Git-Tag: v2010.12-rc1~37^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=006442b35211472d325ee3955566cfb0d079e5b0;p=pandora-u-boot.git sh: Rename TEXT_BASE to CONFIG_SYS_TEXT_BASE Signed-off-by: Nobuhiro Iwamatsu --- diff --git a/arch/sh/config.mk b/arch/sh/config.mk index 07ba68f1987..415c9497984 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