summaryrefslogtreecommitdiff
path: root/cpu/mpc5xxx/usb_ohci.h
diff options
context:
space:
mode:
authorDetlev Zundel <dzu@denx.de>2010-03-12 09:01:12 (GMT)
committerWolfgang Denk <wd@denx.de>2010-03-21 21:44:42 (GMT)
commitfd428c05c863aefb575b12b2a1916b02d5bfa759 (patch)
treeaf61cbc1d945fde6037ef62ce66723e7231183d5 /cpu/mpc5xxx/usb_ohci.h
parentc0c316569f70055eb7c70864aaa6d48666782600 (diff)
downloadu-boot-fd428c05c863aefb575b12b2a1916b02d5bfa759.tar.xz
mpc5xxx: Remove all references to MGT5100
We do not support a processor that never reached a real customer. Signed-off-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'cpu/mpc5xxx/usb_ohci.h')
-rw-r--r--cpu/mpc5xxx/usb_ohci.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpu/mpc5xxx/usb_ohci.h b/cpu/mpc5xxx/usb_ohci.h
index 6eedbdd..629b529 100644
--- a/cpu/mpc5xxx/usb_ohci.h
+++ b/cpu/mpc5xxx/usb_ohci.h
@@ -127,13 +127,8 @@ typedef struct td td_t;
#define NUM_INTS 32 /* part of the OHCI standard */
struct ohci_hcca {
__u32 int_table[NUM_INTS]; /* Interrupt ED table */
-#if defined(CONFIG_MPC5200)
__u16 pad1; /* set to 0 on each frame_no change */
__u16 frame_no; /* current frame number */
-#else
- __u16 frame_no; /* current frame number */
- __u16 pad1; /* set to 0 on each frame_no change */
-#endif
__u32 done_head; /* info returned for an interrupt */
u8 reserved_for_hc[116];
} __attribute__((aligned(256)));