summaryrefslogtreecommitdiffstats
path: root/cpu/mpc5xxx/usb_ohci.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@castor.denx.de>2005-07-21 11:57:57 +0200
committerWolfgang Denk <wd@castor.denx.de>2005-07-21 11:57:57 +0200
commit9c998aa83148c75cd734a18958218926313bd54c (patch)
treec6d523801214c37337d3995dd1c405a7c329b37d /cpu/mpc5xxx/usb_ohci.h
parentf530187dbd69b0534e84b553f9a9803b16ed4999 (diff)
downloadblackbird-obmc-uboot-9c998aa83148c75cd734a18958218926313bd54c.tar.gz
blackbird-obmc-uboot-9c998aa83148c75cd734a18958218926313bd54c.zip
Fix low-level OHCI transfers for ARM920t and MPC5xxx
A new, Windows compatible init sequence was also backported from Linux 2.6, but disabled with #undef NEW_INIT_SEQ as it wouldn't change the behaviour of the memopry sticks we tested. Maybe it's not relevant for mass storage devices. For recerence, see file common/usb.c, function usb_new_device(), section #ifdef NEW_INIT_SEQ.
Diffstat (limited to 'cpu/mpc5xxx/usb_ohci.h')
-rw-r--r--cpu/mpc5xxx/usb_ohci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/mpc5xxx/usb_ohci.h b/cpu/mpc5xxx/usb_ohci.h
index 11b361af04..884f1d5e51 100644
--- a/cpu/mpc5xxx/usb_ohci.h
+++ b/cpu/mpc5xxx/usb_ohci.h
@@ -104,7 +104,6 @@ struct td {
__u32 hwNextTD; /* Next TD Pointer */
__u32 hwBE; /* Memory Buffer End Pointer */
- __u16 hwPSW[MAXPSW];
__u8 unused;
__u8 index;
struct ed *ed;
OpenPOWER on IntegriCloud