commit | 3845b9065fea9859bf2cd6413168e3cb4ba38f06 | [log] [tgz] |
---|---|---|
author | Alex Kiernan <alex.kiernan@gmail.com> | Tue May 29 15:30:54 2018 +0000 |
committer | Marek Vasut <marex@denx.de> | Wed May 30 11:59:21 2018 +0200 |
tree | 74a36e23ceb23a2ca1a46d4c57b84ef4028f7faf | |
parent | f73a7df984a9820d9beb829b32ccb5c3d55dc152 [diff] |
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>