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-Url: http://git.ipfire.org/?a=commitdiff_plain;h=006442b35211472d325ee3955566cfb0d079e5b0;p=people%2Fms%2Fu-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 07ba68f198..415c949798 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