- Handling all DM watchdogs in watchdog_reset() (Rasmus)
This commit is contained in:
Tom Rini
2021-08-31 19:11:15 -04:00
12 changed files with 354 additions and 66 deletions

View File

@@ -121,9 +121,8 @@ int board_init(void)
void arch_preboot_os(void)
{
#ifdef CONFIG_WATCHDOG
wdt_stop(gd->watchdog_dev);
#endif
if (CONFIG_IS_ENABLED(WDT))
wdt_stop_all();
}
static int led_7seg_init(unsigned int segments)