projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46f6e50
)
Fix problems with usb storage devices on MPC5200 /TQM5200
author
Markus Klotzbücher
<mk@denx.de>
Tue, 5 Jan 1988 07:17:15 +0000
(08:17 +0100)
committer
Wolfgang 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
patch
|
blob
|
history
diff --git
a/include/configs/TQM5200.h
b/include/configs/TQM5200.h
index 7ecc275a1cdcd303a1d5983747775603eb918087..9a0e9b84afab72f9d6f5c87ff9d86091fe3ed273 100644
(file)
--- 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