Skip to content
Snippets Groups Projects
Commit ba169d98 authored by Anatolij Gustschin's avatar Anatolij Gustschin Committed by Tom Rini
Browse files

board_f: prevent misleading "Watchdog enabled" output


Output the "Watchdog enabled" message only if hw_watchdog_init()
call really happened.

Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
parent 46d7a3b3
No related branches found
No related tags found
No related merge requests found
......@@ -120,8 +120,8 @@ static int init_func_watchdog_init(void)
defined(CONFIG_DESIGNWARE_WATCHDOG) || \
defined(CONFIG_IMX_WATCHDOG))
hw_watchdog_init();
# endif
puts(" Watchdog enabled\n");
# endif
WATCHDOG_RESET();
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment