Browse Source

sh: sh7785lcr: Add CONFIG_SYS_TEXT_BASE for 32bit mode

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Nobuhiro Iwamatsu 14 years ago
parent
commit
41f2747b9a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      board/renesas/sh7785lcr/config.mk

+ 3 - 1
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