Re: [PATCH 2/2] sandbox: fix sandbox_wdt_expire_now()

2021-10-31 Thread Simon Glass
On Thu, 28 Oct 2021 at 04:16, Heinrich Schuchardt 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

[PATCH 2/2] sandbox: fix sandbox_wdt_expire_now()

2021-10-28 Thread Heinrich Schuchardt
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