]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/tqc/tqm85xx/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[karo-tx-uboot.git] / board / tqc / tqm85xx / config.mk
index 37b7b234ae679830fc33c576803946bfa8de6f1b..7d62544910c9e53f95f5a98a1ddba0ca93b9664e 100644 (file)
@@ -25,7 +25,7 @@
 # tqm85xx board
 #
 ifeq ($(CONFIG_TQM8548_BE),y)
-TEXT_BASE = 0xfff80000
+CONFIG_SYS_TEXT_BASE = 0xfff80000
 else
-TEXT_BASE = 0xfffc0000
+CONFIG_SYS_TEXT_BASE = 0xfffc0000
 endif