[U-Boot] [PATCH PATCH v1 0/1] Fix U-Boot Prompt on CM-FX6 with enabled watchdog

26 Jul
2016
26 Jul
'16
12:37 p.m.
As found on the CM-FX6 board from Compulab, when having enabled the watchdog, a missing WATCHDOG_RESET call in common/console.c causes this and alike boards to reset when the watchdog's timeout has elapsed while waiting at the U-Boot prompt.
Although this affects other boards as well as it touches common/console.c, the macro WATCHDOG_RESET expands to {} if watchdog support isn't configured. Hence, there's no harm caused and no need to surround it by #ifdef in this case.
Andreas J. Reichel (1): watchdog: Fix Watchdog Reset while in U-Boot Prompt
common/console.c | 2 ++ 1 file changed, 2 insertions(+)
--
2.8.2
3207
Age (days ago)
3207
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andreas J. Reichel