commit | b122820dccbf2c3addf6703400eabe4269db6e12 | [log] [tgz] |
---|---|---|
author | Dileep Katta <dileep.katta@linaro.org> | Tue Feb 17 18:48:23 2015 +0530 |
committer | Marek Vasut <marex@denx.de> | Wed Feb 25 17:47:02 2015 +0100 |
tree | 1a74519d30ebd7151aab0efb3caf3a6ffdc82ad3 | |
parent | ae731ec1cafafffb524e7e5ae787fb62b3de0e8c [diff] |
usb: gadget: fastboot: Add fastboot erase Adds the fastboot erase functionality, to erase a partition specified by name. The erase is performed based on erase group size, to avoid erasing other partitions. The start address and the size is aligned to the erase group size for this. Currently only supports erasing from eMMC. Signed-off-by: Dileep Katta <dileep.katta@linaro.org> Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>