]> git.ipfire.org Git - people/ms/u-boot.git/commit
fastboot: add support for "oem format" command
authorRob Herring <robh@kernel.org>
Mon, 26 Jan 2015 21:49:01 +0000 (15:49 -0600)
committerMarek Vasut <marex@denx.de>
Wed, 25 Feb 2015 16:47:02 +0000 (17:47 +0100)
commit372d7decfe972966c49b337f3d2888e09004dbe4
treea17c3427f6aefe7757ead1409984f140be46a6a5
parentde1956202e24bc490787192b443a1a8e8048c83b
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>
drivers/usb/gadget/f_fastboot.c