autoconfig.mk: avoid apostophes around hex values
[platform/kernel/u-boot.git] / board / esd / cpciiser4 / config.mk
index 58574cb..b044413 100644 (file)
@@ -25,6 +25,6 @@
 # esd CPCIISER4 boards
 #
 
-#TEXT_BASE = 0xFFFE0000
-#TEXT_BASE = 0xFFFD0000
-TEXT_BASE = 0xFFFC0000
+#CONFIG_SYS_TEXT_BASE = 0xFFFE0000
+#CONFIG_SYS_TEXT_BASE = 0xFFFD0000
+CONFIG_SYS_TEXT_BASE = 0xFFFC0000