summaryrefslogtreecommitdiff
path: root/board/st/u8500/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/st/u8500/config.mk')
-rw-r--r--board/st/u8500/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/st/u8500/config.mk b/board/st/u8500/config.mk
index 62c222dfa..4d007f96d 100644
--- a/board/st/u8500/config.mk
+++ b/board/st/u8500/config.mk
@@ -3,7 +3,7 @@
# Valid values for TEXT_BASE are:
#
# Standard configuration - all models
-# 0x07F8_0000 run from SDRAM
+# 0x0560_0000 run from SDRAM
#
# Test configuraton
# 0x4001_0000 run from eSRAM
@@ -12,7 +12,7 @@
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
ifndef TEXT_BASE
-TEXT_BASE = 0x05FC0000
+TEXT_BASE = 0x05600000
endif
PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE)