]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: ums - expose selected partition/s
authorJohn Tobias <john.tobias.ph@gmail.com>
Wed, 13 Apr 2016 19:06:51 +0000 (12:06 -0700)
committerMarek Vasut <marex@denx.de>
Wed, 20 Apr 2016 09:43:27 +0000 (11:43 +0200)
commita2e3a1d86c17b457056a4b65d8c045d98a75ba0f
tree7c0d49b9727f1346c611bda0a0e23de95f9777b8
parent5b718407ed937fdcd1beeab9f62e42158dee9fa6
usb: ums - expose selected partition/s

By applying this patch, it will give us some flexibility to expose
a selected partition/s.

e.g:
1. To expose several partitions
ums 0 mmc 0:1,0:6

2. To expose the all partitions
ums 0 mmc 0:0

3. To expose multiple partititions on several devices
ums 0 mmc 0:1,1:6

4. It support legacy format
ums 0 mmc 0

Signed-off-by: John Tobias <john.tobias.ph@gmail.com>
cmd/usb_mass_storage.c