1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

Code cleanup

This commit is contained in:
Wolfgang Denk
2006-06-14 18:14:56 +02:00
parent 007d67da94
commit 386eda0224
12 changed files with 677 additions and 689 deletions

View File

@@ -2,6 +2,8 @@
Changes since U-Boot 1.1.4: Changes since U-Boot 1.1.4:
====================================================================== ======================================================================
* Code cleanup
* Various USB related patches * Various USB related patches
- Add support for mpc8xx USB device. - Add support for mpc8xx USB device.
- Add support for Common Device Class - Abstract Control Model USB console. - Add support for Common Device Class - Abstract Control Model USB console.

File diff suppressed because it is too large Load Diff

View File

@@ -769,8 +769,6 @@ typedef void (*ExcpHndlr) (void) ;
#define UP2OCR __REG(0x40600020) #define UP2OCR __REG(0x40600020)
#define UP3OCR __REG(0x40600024) #define UP3OCR __REG(0x40600024)
/* /*
* USB Host Controller * USB Host Controller
*/ */

View File

@@ -321,7 +321,7 @@ struct usb_class_union_function_descriptor {
u8 bDescriptorType; u8 bDescriptorType;
u8 bDescriptorSubtype; /* 0x06 */ u8 bDescriptorSubtype; /* 0x06 */
u8 bMasterInterface; u8 bMasterInterface;
//u8 bSlaveInterface0[0]; /* u8 bSlaveInterface0[0]; */
u8 bSlaveInterface0; u8 bSlaveInterface0;
} __attribute__ ((packed)); } __attribute__ ((packed));