summaryrefslogtreecommitdiffstats
path: root/board/ve8313/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/ve8313/config.mk')
-rw-r--r--board/ve8313/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/ve8313/config.mk b/board/ve8313/config.mk
index 02dd33e905..33686aa9b4 100644
--- a/board/ve8313/config.mk
+++ b/board/ve8313/config.mk
@@ -2,6 +2,6 @@ ifndef NAND_SPL
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
endif
-ifndef TEXT_BASE
-TEXT_BASE = 0xfe000000
+ifndef CONFIG_SYS_TEXT_BASE
+CONFIG_SYS_TEXT_BASE = 0xfe000000
endif
OpenPOWER on IntegriCloud