Re: [U-Boot] [PATCH] usb: reload watchdog during ums command

2019-04-19 Thread Lukasz Majewski
Hi Patrick, > Reload the watchdog in the mass storage command ums > to avoid reboot during the usb waiting loop > when the host doesn't send any request. > > Signed-off-by: Patrick Delaunay > --- > > cmd/usb_mass_storage.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git

[U-Boot] [PATCH] usb: reload watchdog during ums command

2019-04-18 Thread Patrick Delaunay
Reload the watchdog in the mass storage command ums to avoid reboot during the usb waiting loop when the host doesn't send any request. Signed-off-by: Patrick Delaunay --- cmd/usb_mass_storage.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/usb_mass_storage.c