summaryrefslogtreecommitdiffstats
path: root/board/sheldon/simpc8313/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/sheldon/simpc8313/config.mk')
-rw-r--r--board/sheldon/simpc8313/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/sheldon/simpc8313/config.mk b/board/sheldon/simpc8313/config.mk
index ce1c0d8d93..7a8aa424eb 100644
--- a/board/sheldon/simpc8313/config.mk
+++ b/board/sheldon/simpc8313/config.mk
@@ -2,8 +2,8 @@ ifndef NAND_SPL
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
endif
-ifndef TEXT_BASE
-TEXT_BASE = 0x00100000
+ifndef CONFIG_SYS_TEXT_BASE
+CONFIG_SYS_TEXT_BASE = 0x00100000
endif
ifdef CONFIG_NAND_LP
OpenPOWER on IntegriCloud