]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/icecube/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[people/ms/u-boot.git] / board / icecube / config.mk
index 170779d6c143485b193741c7f7d873c1c4b57360..106498d059fb374aebd3cc62906c556c138ab08e 100644 (file)
@@ -24,7 +24,7 @@
 #
 # IceCube board:
 #
-#      Valid values for TEXT_BASE are:
+#      Valid values for CONFIG_SYS_TEXT_BASE are:
 #
 #      0xFFF00000   boot high (standard configuration)
 #      0xFF000000   boot low for 16 MiB boards
 
 sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
 
-ifndef TEXT_BASE
+ifndef CONFIG_SYS_TEXT_BASE
 ## Standard: boot high
-TEXT_BASE = 0xFFF00000
+CONFIG_SYS_TEXT_BASE = 0xFFF00000
 ## For testing: boot from RAM
-# TEXT_BASE = 0x00100000
+# CONFIG_SYS_TEXT_BASE = 0x00100000
 endif
 
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
+       -I$(TOPDIR)/board