[PATCH v2 2/2] sandbox: fix sandbox_wdt_expire_now()
Simon Glass
sjg at chromium.org
Sun Nov 14 01:34:34 CET 2021
On Tue, 2 Nov 2021 at 12:44, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> With CONFIG_SYSRESET_WATCHDOG=y the sandbox can use a watchdog based system
> reset.
>
> To make this work calling sandbox_wdt_expire_now() must lead to a reset.
>
> With this change we can test the development suggested in
>
> [PATCH 0/4] Improved sysreset/watchdog uclass integration
> https://lists.denx.de/pipermail/u-boot/2021-August/458656.html
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> v2:
> no change
> ---
> drivers/watchdog/sandbox_wdt.c | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list