]> git.sur5r.net Git - u-boot/blobdiff - board/phytec/pcm030/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[u-boot] / board / phytec / pcm030 / config.mk
index 92fecc63c0dc89b7488292538a4e0f0b0afaa0de..73bb0c144fa2e129a66e05c953c89033ec723464 100644 (file)
@@ -24,7 +24,7 @@
 #
 # phyCORE-MPC5200B tiny board:
 #
-#      Valid values for TEXT_BASE are:
+#      Valid values for CONFIG_SYS_TEXT_BASE are:
 #
 #      0xFFF00000   boot high (standard configuration)
 #      0xFF000000   boot low
 
 sinclude $(TOPDIR)/board/$(BOARDDIR)/config.tmp
 
-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