mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
Code cleanup
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
Changes since U-Boot 1.1.4:
|
||||
======================================================================
|
||||
|
||||
* Code cleanup
|
||||
|
||||
* Various USB related patches
|
||||
- Add support for mpc8xx USB device.
|
||||
- Add support for Common Device Class - Abstract Control Model USB console.
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -769,8 +769,6 @@ typedef void (*ExcpHndlr) (void) ;
|
||||
#define UP2OCR __REG(0x40600020)
|
||||
#define UP3OCR __REG(0x40600024)
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* USB Host Controller
|
||||
*/
|
||||
|
@@ -321,7 +321,7 @@ struct usb_class_union_function_descriptor {
|
||||
u8 bDescriptorType;
|
||||
u8 bDescriptorSubtype; /* 0x06 */
|
||||
u8 bMasterInterface;
|
||||
//u8 bSlaveInterface0[0];
|
||||
/* u8 bSlaveInterface0[0]; */
|
||||
u8 bSlaveInterface0;
|
||||
} __attribute__ ((packed));
|
||||
|
||||
|
Reference in New Issue
Block a user