Re: [U-Boot] [PATCH] watchdog: Kconfig: update WDT help message

2019-05-03 Thread Tom Rini
On Thu, Apr 25, 2019 at 12:57:28PM +0200, Patrice Chotard wrote: > Restart operation never exists and reset operation never > makes the watchdog expire immediately but expire_now operation > does. > > Signed-off-by: Patrice Chotard > Reviewed-by: Stefan Roese Applied to u-boot/master, thanks!

Re: [U-Boot] [PATCH] watchdog: Kconfig: update WDT help message

2019-04-25 Thread Stefan Roese
On 25.04.19 12:57, Patrice Chotard wrote: Restart operation never exists and reset operation never makes the watchdog expire immediately but expire_now operation does. Signed-off-by: Patrice Chotard --- drivers/watchdog/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[U-Boot] [PATCH] watchdog: Kconfig: update WDT help message

2019-04-25 Thread Patrice Chotard
Restart operation never exists and reset operation never makes the watchdog expire immediately but expire_now operation does. Signed-off-by: Patrice Chotard --- drivers/watchdog/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/Kconfig b/drivers/watchd