mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-05 06:11:44 +00:00
board_f: prevent misleading "Watchdog enabled" output
Output the "Watchdog enabled" message only if hw_watchdog_init() call really happened. Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
46d7a3b3d3
commit
ba169d981f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue