summaryrefslogtreecommitdiffstats
path: root/board/cmi/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/cmi/config.mk')
-rw-r--r--board/cmi/config.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/board/cmi/config.mk b/board/cmi/config.mk
index 564f638a39..b0655451df 100644
--- a/board/cmi/config.mk
+++ b/board/cmi/config.mk
@@ -26,6 +26,7 @@
#
# Boot from flash at location 0x00000000
-TEXT_BASE = 0x02000000
+CONFIG_SYS_TEXT_BASE = 0x02000000
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
+ -I$(TOPDIR)
OpenPOWER on IntegriCloud