sh: sh7785lcr: Add CONFIG_SYS_TEXT_BASE for 32bit mode
[platform/kernel/u-boot.git] / board / renesas / sh7785lcr / config.mk
index 1a9038c..6853d2b 100644 (file)
@@ -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