summaryrefslogtreecommitdiffstats
path: root/board/pn62/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/pn62/config.mk')
-rw-r--r--board/pn62/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/pn62/config.mk b/board/pn62/config.mk
index a2b6f059ab..637deea3eb 100644
--- a/board/pn62/config.mk
+++ b/board/pn62/config.mk
@@ -25,6 +25,6 @@
# PN62 boards
#
-TEXT_BASE = 0xFFF00000
+CONFIG_SYS_TEXT_BASE = 0xFFF00000
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE)
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE)
OpenPOWER on IntegriCloud