summaryrefslogtreecommitdiffstats
path: root/doc/README.android-fastboot
diff options
context:
space:
mode:
authorDileep Katta <dileep.katta@linaro.org>2015-02-17 18:48:23 +0530
committerMarek Vasut <marex@denx.de>2015-02-25 17:47:02 +0100
commit897923819cda6f26fe8a5921c595871526ab6a9c (patch)
tree1a74519d30ebd7151aab0efb3caf3a6ffdc82ad3 /doc/README.android-fastboot
parent2474b7f1499e81b68cf1b4610dd7ee2cd0c9ba88 (diff)
downloadblackbird-obmc-uboot-897923819cda6f26fe8a5921c595871526ab6a9c.tar.gz
blackbird-obmc-uboot-897923819cda6f26fe8a5921c595871526ab6a9c.zip
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>
Diffstat (limited to 'doc/README.android-fastboot')
-rw-r--r--doc/README.android-fastboot5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/README.android-fastboot b/doc/README.android-fastboot
index 167760968f..5526a4343c 100644
--- a/doc/README.android-fastboot
+++ b/doc/README.android-fastboot
@@ -6,9 +6,8 @@ Overview
The protocol that is used over USB is described in
README.android-fastboot-protocol in same directory.
-The current implementation does not yet support the erase command or the
-"oem format" command, and there is minimal support for the flash command;
-it only supports eMMC devices.
+The current implementation is a minimal support of the erase command,the
+"oem format" command and flash command;it only supports eMMC devices.
Client installation
===================
OpenPOWER on IntegriCloud