[U-Boot] [PATCH PATCH v1 0/1] Fix U-Boot Prompt on CM-FX6 with enabled watchdog
Andreas J. Reichel
Andreas.Reichel at tngtech.com
Tue Jul 26 12:37:00 CEST 2016
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
More information about the U-Boot
mailing list