[U-Boot] [PATCH v4 10/14] fastboot: Extract common definitions from USB fastboot
Simon Glass
sjg at chromium.org
Tue May 15 16:05:26 UTC 2018
On 15 May 2018 at 08:48, Alex Kiernan <alex.kiernan at gmail.com> wrote:
>
> Move FASTBOOT_VERSION to include/fastboot.h so when we merge the UDP code
> we only have one definition.
>
> Signed-off-by: Alex Kiernan <alex.kiernan at gmail.com>
> ---
>
> Changes in v4:
> - leave strcmp_l1() in USB fastboot as we don't need it in UDP path
>
> Changes in v3:
> - new
>
> Changes in v2: None
>
> drivers/usb/gadget/f_fastboot.c | 2 --
> include/fastboot.h | 2 ++
> 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list