]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/sandburst/metrobox/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[people/ms/u-boot.git] / board / sandburst / metrobox / config.mk
index 565e826b80c671334d7d6afeb53eb34e26e28f9c..93bcdec0717d4aa03627513e6d400834b74a06fd 100644 (file)
@@ -22,9 +22,9 @@
 #
 
 ifeq ($(ramsym),1)
-TEXT_BASE = 0x07FD0000
+CONFIG_SYS_TEXT_BASE = 0x07FD0000
 else
-TEXT_BASE = 0xFFF80000
+CONFIG_SYS_TEXT_BASE = 0xFFF80000
 endif
 
 PLATFORM_CPPFLAGS += -DCONFIG_440=1