Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[platform/kernel/u-boot.git] / board / sheldon / simpc8313 / config.mk
index ce1c0d8..7a8aa42 100644 (file)
@@ -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