Merge branch 'master' of git://git.denx.de/u-boot into resolve
[oweals/u-boot.git] / board / freescale / m5235evb / config.mk
index ada38dd9513e97ac3b9e2a1742bdfad3513c290c..2a4381a14dd447f6f739426b8489fec6cfc26eaf 100644 (file)
@@ -22,7 +22,7 @@
 # MA 02111-1307 USA
 #
 
-/*TEXT_BASE = 0xFFC00000*/
+/*CONFIG_SYS_TEXT_BASE = 0xFFC00000*/
 sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
 
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE)
\ No newline at end of file
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE)