]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - board/mvblue/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[thirdparty/u-boot.git] / board / mvblue / config.mk
index 6e0ce4efbffa51c5d038f80bfd05d68c124817f4..5db48c2924e2e454465b506f2bb4efad31cadeaa 100644 (file)
@@ -21,6 +21,6 @@
 # MA 02111-1307 USA
 #
 
-TEXT_BASE = 0xFFF00000
+CONFIG_SYS_TEXT_BASE = 0xFFF00000
 
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE)
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE)