]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ipek01/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[people/ms/u-boot.git] / board / ipek01 / config.mk
index c8ecb29448eff7cf8d6ec2210a8218af0da1bf1b..4937019c8fee3b6466c9ee81bc10d91727247d46 100644 (file)
@@ -25,6 +25,7 @@
 # IPEK01 board
 #
 
-TEXT_BASE = 0xfc000000
+CONFIG_SYS_TEXT_BASE = 0xfc000000
 
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
+       -I$(TOPDIR)/board