]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/iphase4539/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[people/ms/u-boot.git] / board / iphase4539 / config.mk
index 632c1d2ac691b3e8b09745026edc983bc732d53c..23cb835d050578af4aa33c6150761477b7d4bbf9 100644 (file)
@@ -24,6 +24,7 @@
 # iphase4539 board
 #
 
-TEXT_BASE = 0xffb00000
+CONFIG_SYS_TEXT_BASE = 0xffb00000
 
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
+       -I$(TOPDIR)/board