]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:05:51 +0000 (14:05 +0200)
commit859c891a39b7e262ba5894bb700ff335a4a3c109
tree0e39c1ed4a754509f25575fc57314215ad25e653
parentbeba2f3a06dafe8267b29c9abb8697447e787e8b
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