summaryrefslogtreecommitdiffstats
path: root/board/ipek01
diff options
context:
space:
mode:
Diffstat (limited to 'board/ipek01')
-rw-r--r--board/ipek01/config.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/board/ipek01/config.mk b/board/ipek01/config.mk
index c8ecb29448..4937019c8f 100644
--- a/board/ipek01/config.mk
+++ b/board/ipek01/config.mk
@@ -25,6 +25,7 @@
# IPEK01 board
#
-TEXT_BASE = 0xfc000000
+CONFIG_SYS_TEXT_BASE = 0xfc000000
-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