commit | a2e3a1d86c17b457056a4b65d8c045d98a75ba0f | [log] [tgz] |
---|---|---|
author | John Tobias <john.tobias.ph@gmail.com> | Wed Apr 13 12:06:51 2016 -0700 |
committer | Marek Vasut <marex@denx.de> | Wed Apr 20 11:43:27 2016 +0200 |
tree | 7c0d49b9727f1346c611bda0a0e23de95f9777b8 | |
parent | 5b718407ed937fdcd1beeab9f62e42158dee9fa6 [diff] |
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>