]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - board/eltec/bab7xx/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[thirdparty/u-boot.git] / board / eltec / bab7xx / config.mk
index aa463c5dc13c3c4d9c18955bce485dae2fc0e590..3c673287268aae7cef4bf80c7cd18657b37b4e9f 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)