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-03-16 16:42:33 -04:00
2018-05-07 09:34:12 -04:00
2020-04-14 13:16:42 +02:00
2020-03-02 19:47:38 -07:00
2020-04-06 09:56:35 +02:00
2020-03-03 13:08:14 +05:30
2019-12-26 16:00:20 +05:30
2020-03-31 17:24:19 -04:00
2020-03-09 18:11:23 -05:00
2020-03-24 14:20:50 +01:00
2020-02-05 19:33:46 -07:00
2020-03-12 08:20:39 -04:00
2018-05-07 09:34:12 -04:00
2019-12-15 08:48:33 +08:00
2020-01-25 12:04:36 -05:00
2020-02-05 19:33:46 -07:00
2018-05-07 09:34:12 -04:00
2020-01-07 11:13:24 -05:00
2019-12-15 11:44:16 +08:00
2019-11-02 18:00:51 +08:00
2020-02-05 19:33:46 -07:00
2020-01-16 09:39:45 -05:00
2020-01-24 23:06:48 +05:30
2020-01-24 23:06:49 +05:30
2020-01-24 23:06:49 +05:30
2019-12-15 08:52:29 +08:00
2020-02-05 19:33:46 -07:00
2020-01-24 23:06:49 +05:30
2020-03-16 16:42:50 -04:00
2020-01-07 14:37:50 +01:00
2019-04-23 20:26:43 -06:00
2020-02-05 19:33:46 -07:00
2020-01-15 19:50:31 -05:00
2020-01-16 13:16:25 +08:00
2020-01-24 23:06:48 +05:30
2020-03-22 18:38:02 +01:00
2020-02-28 19:37:14 +01:00
2020-03-22 18:38:02 +01:00
2020-01-07 18:08:22 +01:00
2020-01-07 18:08:20 +01:00
2020-03-03 13:08:14 +05:30
2020-01-24 23:06:48 +05:30
2020-01-24 23:06:48 +05:30
2020-02-05 19:33:45 -07:00
2020-01-24 23:06:47 +05:30
2020-01-24 23:06:48 +05:30
2020-01-14 22:54:00 +01:00
2020-01-20 15:38:16 +01:00
2020-01-24 23:06:49 +05:30
2020-03-16 08:03:05 +01:00
2020-03-16 07:46:21 +01:00
2020-04-07 17:13:35 -04:00
2020-01-20 15:38:16 +01:00
2020-01-24 23:06:49 +05:30
2020-02-07 22:46:32 +08:00
2018-05-07 09:34:12 -04:00
2020-01-07 16:03:01 -07:00
2020-02-05 19:33:46 -07:00
2018-09-11 08:32:55 -04:00
2020-02-05 19:33:46 -07:00
2018-05-07 09:34:12 -04:00
2020-03-09 08:33:16 +08:00
2020-01-25 12:04:36 -05:00
2020-03-09 18:11:23 -05:00
2020-02-04 01:19:13 +08:00
2019-12-10 08:23:10 +08:00
2020-02-05 19:33:46 -07:00
2019-12-15 11:44:11 +08:00
2020-01-07 18:08:20 +01:00
2020-02-13 10:10:50 -05:00
2020-01-07 18:08:19 +01:00
2020-03-09 18:11:23 -05:00
2020-03-09 18:11:25 -05:00
2020-02-05 19:33:46 -07:00
2019-12-15 11:44:25 +08:00
2020-01-07 11:13:25 -05:00
2020-02-05 19:33:46 -07:00
2020-01-07 18:08:21 +01:00
2018-05-07 09:34:12 -04:00
2020-03-09 08:33:16 +08:00
2020-02-05 19:33:46 -07:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2019-12-15 11:44:24 +08:00
2020-01-27 22:27:22 +05:30
2020-03-16 16:42:50 -04:00
2020-01-24 23:06:49 +05:30
2020-01-21 15:56:15 +01:00
2020-02-05 19:33:46 -07:00
2020-02-07 22:46:35 +08:00
2020-01-17 10:15:49 -05:00
2020-04-09 15:26:59 -04:00
2020-01-07 11:15:24 +01:00
2020-01-07 18:08:21 +01:00
2019-12-02 18:23:09 -05:00
2020-04-15 08:53:55 +02:00