summaryrefslogtreecommitdiffstats
path: root/board/o2dnt/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/o2dnt/config.mk')
-rw-r--r--board/o2dnt/config.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/board/o2dnt/config.mk b/board/o2dnt/config.mk
index b873376804..a0dafedd62 100644
--- a/board/o2dnt/config.mk
+++ b/board/o2dnt/config.mk
@@ -22,6 +22,7 @@
#
# boot low for 16 MiB boards
-TEXT_BASE = 0xFF000000
+CONFIG_SYS_TEXT_BASE = 0xFF000000
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
+ -I$(TOPDIR)/board
OpenPOWER on IntegriCloud