summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarkus Klotzbücher <mk@denx.de>1988-01-05 08:17:15 +0100
committerWolfgang Denk <wd@denx.de>2008-01-09 10:03:04 +0100
commit32d6f1bc09175f3b77469771e839bc7255a9f22e (patch)
treef3abb588be2e5008e31298750878c244c4640b43 /include
parent46f6e5019048b103d7693d5310de0f1cfbaf4c19 (diff)
downloadblackbird-obmc-uboot-32d6f1bc09175f3b77469771e839bc7255a9f22e.tar.gz
blackbird-obmc-uboot-32d6f1bc09175f3b77469771e839bc7255a9f22e.zip
Fix problems with usb storage devices on MPC5200 /TQM5200
The MPC5200 OHCI controller operates in big endian, so CFG_OHCI_BE_CONTROLLER must be defined for it to work properly. Signed-off-by: Markus Klotzbuecher <mk@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/TQM5200.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h
index 7ecc275a1c..9a0e9b84af 100644
--- a/include/configs/TQM5200.h
+++ b/include/configs/TQM5200.h
@@ -131,6 +131,7 @@
/* USB */
#if defined(CONFIG_STK52XX) || defined(CONFIG_FO300)
#define CONFIG_USB_OHCI_NEW
+#define CFG_OHCI_BE_CONTROLLER
#define CONFIG_USB_STORAGE
#define CONFIG_CMD_FAT
#define CONFIG_CMD_USB
OpenPOWER on IntegriCloud