]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix problems with usb storage devices on MPC5200 /TQM5200
authorMarkus Klotzbücher <mk@denx.de>
Tue, 5 Jan 1988 07:17:15 +0000 (08:17 +0100)
committerWolfgang Denk <wd@denx.de>
Wed, 9 Jan 2008 09:03:04 +0000 (10:03 +0100)
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>
include/configs/TQM5200.h

index 7ecc275a1cdcd303a1d5983747775603eb918087..9a0e9b84afab72f9d6f5c87ff9d86091fe3ed273 100644 (file)
 /* 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