diff options
| author | Tom Rini <[email protected]> | 2021-11-13 21:14:51 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-11-13 21:14:51 -0500 |
| commit | e035ce4b3ba116016385e8d93ef448c710810286 (patch) | |
| tree | 89cf25fb1c1cb99e18ca3ab1da98d70b9da0554f /drivers | |
| parent | b8a156f54ecd1e9a74f48a09a0735b4a41c90eba (diff) | |
| parent | 89cc0520d7962358ca85464836112217c5b8eca2 (diff) | |
Merge tag 'dm-pull-13nov21' of https://source.denx.de/u-boot/custodians/u-boot-dm
env tidy-ups
test fixes
binman fixes and ELF enhancements
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/watchdog/sandbox_wdt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/sandbox_wdt.c b/drivers/watchdog/sandbox_wdt.c index e05d82789f6..535614f04d6 100644 --- a/drivers/watchdog/sandbox_wdt.c +++ b/drivers/watchdog/sandbox_wdt.c @@ -39,6 +39,7 @@ static int sandbox_wdt_reset(struct udevice *dev) static int sandbox_wdt_expire_now(struct udevice *dev, ulong flags) { sandbox_wdt_start(dev, 1, flags); + sandbox_reset(); return 0; } |
