aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-11-13 21:14:51 -0500
committerTom Rini <trini@konsulko.com>2021-11-13 21:14:51 -0500
commite035ce4b3ba116016385e8d93ef448c710810286 (patch)
tree89cf25fb1c1cb99e18ca3ab1da98d70b9da0554f /drivers
parentb8a156f54ecd1e9a74f48a09a0735b4a41c90eba (diff)
parent89cc0520d7962358ca85464836112217c5b8eca2 (diff)
downloadu-boot-e035ce4b3ba116016385e8d93ef448c710810286.zip
u-boot-e035ce4b3ba116016385e8d93ef448c710810286.tar.gz
u-boot-e035ce4b3ba116016385e8d93ef448c710810286.tar.bz2
Merge tag 'dm-pull-13nov21' of https://source.denx.de/u-boot/custodians/u-boot-dmWIP/13Nov2021
env tidy-ups test fixes binman fixes and ELF enhancements
Diffstat (limited to 'drivers')
-rw-r--r--drivers/watchdog/sandbox_wdt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/sandbox_wdt.c b/drivers/watchdog/sandbox_wdt.c
index e05d827..535614f 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;
}