]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - board/gw8260/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[thirdparty/u-boot.git] / board / gw8260 / config.mk
index ca0540d70159e80d6fe662b634ef560658bcfac0..ad3c2d7fa1fde2b66a7cab8a3dac6234183cd458 100644 (file)
@@ -29,6 +29,7 @@
 # MBX8xx boards
 #
 
-TEXT_BASE = 0x40000000
+CONFIG_SYS_TEXT_BASE = 0x40000000
 
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
+       -I$(TOPDIR)/board