Re: [U-Boot] [PATCH 1/2] lib: Add WATCHDOG_RESET to wait_bit.h

2016-12-12 Thread Tom Rini
On Mon, Dec 12, 2016 at 09:58:23AM +0100, Michal Simek wrote: > wait_for_bit() is missing reset watchdog in case watchdog > is configured. > > Signed-off-by: Michal Simek Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature _

[U-Boot] [PATCH 1/2] lib: Add WATCHDOG_RESET to wait_bit.h

2016-12-12 Thread Michal Simek
wait_for_bit() is missing reset watchdog in case watchdog is configured. Signed-off-by: Michal Simek --- include/wait_bit.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wait_bit.h b/include/wait_bit.h index 066e30c118af..06ad43a122d6 100644 --- a/include/wait_bit.h +++ b/includ