autoconfig.mk: avoid apostophes around hex values
[platform/kernel/u-boot.git] / board / freescale / mpc8313erdb / config.mk
index f768264..bd0d215 100644 (file)
@@ -1 +1,7 @@
-TEXT_BASE = 0xFE000000
+ifndef NAND_SPL
+sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
+endif
+
+ifndef CONFIG_SYS_TEXT_BASE
+CONFIG_SYS_TEXT_BASE = 0xFE000000
+endif