Home
last modified time | relevance | path

Searched hist:a2e3a1d86c17b457056a4b65d8c045d98a75ba0f (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dusb_mass_storage.ca2e3a1d86c17b457056a4b65d8c045d98a75ba0f Wed Apr 13 19:06:51 UTC 2016 John Tobias <john.tobias.ph@gmail.com> 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>