Re: [U-Boot] [PATCH] net: fastboot: Fix build when FASTBOOT_FLASH is disabled

2018-06-15 Thread Joe Hershberger
On Fri, Jun 15, 2018 at 12:06 AM, Alex Kiernan wrote: > When building without FASTBOOT_FLASH we don't include the intermediate > update callback to keep the client alive, so ensure we don't try setting > it here. > > Signed-off-by: Alex Kiernan Acked-by: Joe Hershberger

[U-Boot] [PATCH] net: fastboot: Fix build when FASTBOOT_FLASH is disabled

2018-06-14 Thread Alex Kiernan
When building without FASTBOOT_FLASH we don't include the intermediate update callback to keep the client alive, so ensure we don't try setting it here. Signed-off-by: Alex Kiernan --- net/fastboot.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/fastboot.c b/net/fastboot.c index a9f