]> git.baikalelectronics.ru Git - uboot.git/commit
fastboot: Add support for 'oem format' command
authorAlex Kiernan <alex.kiernan@gmail.com>
Tue, 29 May 2018 15:30:54 +0000 (15:30 +0000)
committerMarek Vasut <marex@denx.de>
Wed, 30 May 2018 09:59:21 +0000 (11:59 +0200)
commit1960cc8668d93d8ffac5d1f4a997302d09088272
tree74a36e23ceb23a2ca1a46d4c57b84ef4028f7faf
parentbab20504988f46d5a71040a579a90d1ebad7ace6
fastboot: Add support for 'oem format' command

Introduce 'oem format' which matches the USB implementation, guard this
with CONFIG_FASTBOOT_CMD_OEM_FORMAT so that you can configure it out.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/fastboot/Kconfig
drivers/fastboot/fb_command.c
include/fastboot.h