From: Markus Klotzbücher Date: Tue, 5 Jan 1988 07:17:15 +0000 (+0100) Subject: Fix problems with usb storage devices on MPC5200 /TQM5200 X-Git-Tag: v1.3.2-rc1~102^2~49^2~26^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=32d6f1bc09175f3b77469771e839bc7255a9f22e;p=u-boot 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 --- 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