Files
u-boot/board
Rasmus Villemoes 1c5aedcd9a board: x530: switch to wdt_stop_all()
Since the gd->watchdog_dev member is going away, switch to using the
new wdt_stop_all() helper.

While here, clean up the preprocessor conditional: The ->watchdog_dev
member is actually guarded by CONFIG_WDT [disabling that in
x530_defconfig while keeping CONFIG_WATCHDOG breaks the build], and in
the new world order so is the existence of the wdt_stop_all()
function.

Actually, existence of wdt_stop_all() depends on CONFIG_${SPL_}WDT, so
really spell the condition using CONFIG_IS_ENABLED, and make it a C
rather than cpp if.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
2021-08-31 12:04:03 +02:00
..
2021-04-10 07:57:29 -04:00
2021-07-06 14:07:36 -04:00
2020-09-01 13:38:39 +08:00
2021-05-02 12:46:54 +02:00
2021-08-05 19:46:35 -04:00
2021-08-30 14:10:07 -04:00
2021-04-12 17:17:11 -04:00
2021-06-17 09:40:58 +08:00
2021-08-30 14:10:07 -04:00
2021-08-06 08:26:48 -04:00