]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/rpxsuper/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[people/ms/u-boot.git] / board / rpxsuper / config.mk
index 4b8c5d31f754a327a90eab4cbeb15d84f3ea8cc5..705a5ac0e6ce9de57ec40c443c3ca7784e9a611e 100644 (file)
@@ -29,6 +29,7 @@
 # MBX8xx boards
 #
 
-TEXT_BASE = 0x80F00000
+CONFIG_SYS_TEXT_BASE = 0x80F00000
 
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
+       -I$(TOPDIR)/board