aboutsummaryrefslogtreecommitdiff
path: root/board/renesas/sh7785lcr/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/renesas/sh7785lcr/config.mk')
-rw-r--r--board/renesas/sh7785lcr/config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/renesas/sh7785lcr/config.mk b/board/renesas/sh7785lcr/config.mk
index 1a9038c75..6853d2b28 100644
--- 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