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:
de03f8b
)
sh: sh7785lcr: Add CONFIG_SYS_TEXT_BASE for 32bit mode
author
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Tue, 19 Oct 2010 16:17:08 +0000
(
01:17
+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>
board/renesas/sh7785lcr/config.mk
patch
|
blob
|
history
diff --git
a/board/renesas/sh7785lcr/config.mk
b/board/renesas/sh7785lcr/config.mk
index 1a9038c75331c4c5054f13fadcb5664173560a12..6853d2b28beaf29a65f89fb73d6da467f70e3615 100644
(file)
--- a/
board/renesas/sh7785lcr/config.mk
+++ b/
board/renesas/sh7785lcr/config.mk
@@
-24,6
+24,8
@@
#
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
-ifndef CONFIG_SYS_TEXT_BASE
+ifdef CONFIG_SH_32BIT
+CONFIG_SYS_TEXT_BASE = 0x8FF80000
+else
CONFIG_SYS_TEXT_BASE = 0x0ff80000
endif