Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvell into next
- Handling all DM watchdogs in watchdog_reset() (Rasmus)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user