Merge branch 'master' of git://source.denx.de/u-boot-usb

- Fix UMS and eMMC HW partition selection
This commit is contained in:
Tom Rini
2026-04-29 09:04:11 -06:00
2 changed files with 12 additions and 0 deletions

View File

@@ -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);