
22 May
2018
22 May
'18
8:10 p.m.
On 22 May 2018 at 03:23, Alex Kiernan alex.kiernan@gmail.com wrote:
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
Changes in v6: None Changes in v5:
- new
Changes in v4: None Changes in v3: None Changes in v2: None
drivers/fastboot/Kconfig | 8 ++++++++ drivers/fastboot/fb_command.c | 33 +++++++++++++++++++++++++++++++++ include/fastboot.h | 3 +++ 3 files changed, 44 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org