summaryrefslogtreecommitdiffstats
path: root/board/cpu87/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/cpu87/config.mk')
-rw-r--r--board/cpu87/config.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/board/cpu87/config.mk b/board/cpu87/config.mk
index 6a694a4054..eba303651c 100644
--- a/board/cpu87/config.mk
+++ b/board/cpu87/config.mk
@@ -31,10 +31,11 @@
#
ifeq ($(CONFIG_BOOT_ROM),y)
- TEXT_BASE := 0xFF800000
+ CONFIG_SYS_TEXT_BASE := 0xFF800000
PLATFORM_CPPFLAGS += -DCONFIG_BOOT_ROM
else
- TEXT_BASE := 0xFF000000
+ CONFIG_SYS_TEXT_BASE := 0xFF000000
endif
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
+ -I$(TOPDIR)
OpenPOWER on IntegriCloud