summaryrefslogtreecommitdiff
path: root/board/st/u8500/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/st/u8500/config.mk')
-rwxr-xr-xboard/st/u8500/config.mk15
1 files changed, 14 insertions, 1 deletions
diff --git a/board/st/u8500/config.mk b/board/st/u8500/config.mk
index a75eda429..a7b5c846c 100755
--- a/board/st/u8500/config.mk
+++ b/board/st/u8500/config.mk
@@ -1,5 +1,18 @@
+# mop500/href:
#
-# image should be loaded at 0x01000000
+# Valid values for TEXT_BASE are:
#
+# Standard configuration - all models
+# 0x07F8_0000 run from SDRAM
+#
+# Test configuraton
+# 0x4001_0000 run from eSRAM
+
+sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
+
+ifndef TEXT_BASE
TEXT_BASE = 0x07F80000
+endif
+
+PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE)