aboutsummaryrefslogtreecommitdiff
path: root/board/sandburst/metrobox/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/sandburst/metrobox/config.mk')
-rw-r--r--board/sandburst/metrobox/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/sandburst/metrobox/config.mk b/board/sandburst/metrobox/config.mk
index 565e826b8..93bcdec07 100644
--- a/board/sandburst/metrobox/config.mk
+++ b/board/sandburst/metrobox/config.mk
@@ -22,9 +22,9 @@
#
ifeq ($(ramsym),1)
-TEXT_BASE = 0x07FD0000
+CONFIG_SYS_TEXT_BASE = 0x07FD0000
else
-TEXT_BASE = 0xFFF80000
+CONFIG_SYS_TEXT_BASE = 0xFFF80000
endif
PLATFORM_CPPFLAGS += -DCONFIG_440=1