commit | 159b8f562709a2103737866f4a738d775ac87703 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Fri Oct 29 11:05:54 2021 -0400 |
committer | Marek Vasut <marex@denx.de> | Sat Oct 30 22:55:00 2021 +0200 |
tree | 33ee5b70529a5538789b50e038f2657074fbe54d | |
parent | 3fa593d866f5b7202fcb082b71b31bd8cb67ffb8 [diff] |
cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_num This allows specifying partitions using more extended syntax. This is particularly useful to access eMMC hardware partitions. For example, this allows something like ums 0 mmc 0.0,0.1,0.2,0.3 to expose four LUNs for each of the four default eMMC hardware partitions. Note that the comma syntax was already present, and this syntax is already documented. Signed-off-by: Sean Anderson <sean.anderson@seco.com>