Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[platform/kernel/u-boot.git] / board / xes / xpedite5200 / config.mk
index 0761579..a6bd6d2 100644 (file)
@@ -24,6 +24,6 @@
 #
 # xpedite5200 board
 #
-ifndef TEXT_BASE
-TEXT_BASE = 0xfff80000
+ifndef CONFIG_SYS_TEXT_BASE
+CONFIG_SYS_TEXT_BASE = 0xfff80000
 endif