aboutsummaryrefslogtreecommitdiff
path: root/board/pm520
diff options
context:
space:
mode:
Diffstat (limited to 'board/pm520')
-rw-r--r--board/pm520/config.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/board/pm520/config.mk b/board/pm520/config.mk
index ad689f33b..55cf02738 100644
--- a/board/pm520/config.mk
+++ b/board/pm520/config.mk
@@ -25,7 +25,8 @@
# PM520 board
#
-TEXT_BASE = 0xfff00000
-# TEXT_BASE = 0x00100000
+CONFIG_SYS_TEXT_BASE = 0xfff00000
+# CONFIG_SYS_TEXT_BASE = 0x00100000
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
+ -I$(TOPDIR)/board