]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - board/mpl/pati/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[thirdparty/u-boot.git] / board / mpl / pati / config.mk
index b8a098591ed9ba2597e818302bfd5e0b90468827..ba2e42b107339b92012316dae30d67dfc4833c12 100644 (file)
@@ -26,6 +26,7 @@
 #
 
 # Boot from flash at location 0x00000000
-TEXT_BASE = 0xFFF00000
+CONFIG_SYS_TEXT_BASE = 0xFFF00000
 
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
+       -I$(TOPDIR)