Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[platform/kernel/u-boot.git] / board / galaxy5200 / config.mk
index c6398b2..c46e51a 100644 (file)
@@ -24,7 +24,7 @@
 #
 # galaxy5200 board:
 #
-#      Valid values for TEXT_BASE are:
+#      Valid values for CONFIG_SYS_TEXT_BASE are:
 #
 #      0xFFF00000   boot high (standard configuration)
 #      0xFE000000   boot low
 sinclude $(TOPDIR)/board/$(BOARDDIR)/config.tmp
 
 ifdef CONFIG_galaxy5200_LOWBOOT
-TEXT_BASE = 0xFE000000
+CONFIG_SYS_TEXT_BASE = 0xFE000000
 endif
 
-ifndef TEXT_BASE
+ifndef CONFIG_SYS_TEXT_BASE
 ## Standard: boot high
-TEXT_BASE = 0xFFF00000
+CONFIG_SYS_TEXT_BASE = 0xFFF00000
 endif
 
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
+       -I$(TOPDIR)/board