Files
u-boot/drivers
Rasmus Villemoes b4d9452c44 watchdog: move initr_watchdog() to wdt-uclass.c
This function is a bit large for an inline function, and for U-Boot
proper, it is called via a function pointer anyway (in board_r.c), so
cannot be inlined.

It will shortly set a global variable to be used by the
watchdog_reset() function in wdt-uclass.c, so this also allows making
that variable local to wdt-uclass.c.

The WATCHDOG_TIMEOUT_SECS define is not used elsewhere.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Reviewed-by: Stefan Roese <sr@denx.de>
2020-04-15 08:53:55 +02:00
..
2020-04-13 11:27:00 -04:00
2019-12-02 18:23:09 -05:00
2020-01-25 12:04:36 -05:00
2020-04-06 09:56:35 +02:00
2020-04-13 11:27:00 -04:00