mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
Merge branch 'master' of git://source.denx.de/u-boot-usb
- Fix UMS and eMMC HW partition selection
This commit is contained in:
@@ -22,6 +22,7 @@ struct ums {
|
||||
unsigned int num_sectors;
|
||||
const char *name;
|
||||
struct blk_desc block_dev;
|
||||
int hwpart;
|
||||
};
|
||||
|
||||
int fsg_init(struct ums *ums_devs, int count, struct udevice *udc);
|
||||
|
||||
Reference in New Issue
Block a user