projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
915d6b7
)
sh: Rename TEXT_BASE to CONFIG_SYS_TEXT_BASE
author
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Tue, 19 Oct 2010 08:07:07 +0000
(17:07 +0900)
committer
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Thu, 21 Oct 2010 01:42:23 +0000
(10:42 +0900)
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/sh/config.mk
patch
|
blob
|
history
diff --git
a/arch/sh/config.mk
b/arch/sh/config.mk
index 07ba68f19879b1db2c791f02b16d565a80ef112a..415c94979848f6980e6457200b46f05baf271308 100644
(file)
--- 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