]> git.sur5r.net Git - u-boot/blobdiff - board/tqc/tqm85xx/config.mk
Merge branch 'master' of git://git.denx.de/u-boot-usb
[u-boot] / board / tqc / tqm85xx / config.mk
index 52e84ad77231b4f3589c9d9b89f2b9c753e6ae52..37b7b234ae679830fc33c576803946bfa8de6f1b 100644 (file)
@@ -23,7 +23,9 @@
 
 #
 # tqm85xx board
-# default CCARBAR is at 0xff700000
-# assume U-Boot is less than 256k
 #
+ifeq ($(CONFIG_TQM8548_BE),y)
+TEXT_BASE = 0xfff80000
+else
 TEXT_BASE = 0xfffc0000
+endif