autoconfig.mk: avoid apostophes around hex values
[platform/kernel/u-boot.git] / board / ispan / config.mk
index 4600dbb..c7fb397 100644 (file)
@@ -24,6 +24,6 @@
 #
 # Interphase iSPAN Communications Controllers
 #
-#TEXT_BASE = 0xFF800000
-#TEXT_BASE = 0xFFBA0000
-TEXT_BASE = 0xFE7A0000
+#CONFIG_SYS_TEXT_BASE = 0xFF800000
+#CONFIG_SYS_TEXT_BASE = 0xFFBA0000
+CONFIG_SYS_TEXT_BASE = 0xFE7A0000