commit | 372d7decfe972966c49b337f3d2888e09004dbe4 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Mon Jan 26 15:49:01 2015 -0600 |
committer | Marek Vasut <marex@denx.de> | Wed Feb 25 17:47:02 2015 +0100 |
tree | a17c3427f6aefe7757ead1409984f140be46a6a5 | |
parent | de1956202e24bc490787192b443a1a8e8048c83b [diff] |
fastboot: add support for "oem format" command Add "oem format" command to write partition table. This relies on the env variable partitions to contain the list of partitions as required by the gpt command. Note that this does not erase any data other than the partition table. Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Steve Rae <srae@broadcom.com>