summaryrefslogtreecommitdiffstats
path: root/board/gdsys/intip
diff options
context:
space:
mode:
Diffstat (limited to 'board/gdsys/intip')
-rw-r--r--board/gdsys/intip/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/gdsys/intip/config.mk b/board/gdsys/intip/config.mk
index 56e397d77a..75aee0d0ab 100644
--- a/board/gdsys/intip/config.mk
+++ b/board/gdsys/intip/config.mk
@@ -26,8 +26,8 @@
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
-ifndef TEXT_BASE
-TEXT_BASE = 0xFFFA0000
+ifndef CONFIG_SYS_TEXT_BASE
+CONFIG_SYS_TEXT_BASE = 0xFFFA0000
endif
PLATFORM_CPPFLAGS += -DCONFIG_440=1
OpenPOWER on IntegriCloud