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

board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=y


The designware watchdog init is skipped even if CONFIG_DESIGNWARE_WATCHDOG
is enabled. Fix it.

Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
parent 0ec807b2
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,7 @@ static int init_func_watchdog_init(void)
# if defined(CONFIG_HW_WATCHDOG) && (defined(CONFIG_BLACKFIN) || \
defined(CONFIG_M68K) || defined(CONFIG_MICROBLAZE) || \
defined(CONFIG_SH) || defined(CONFIG_AT91SAM9_WATCHDOG) || \
defined(CONFIG_DESIGNWARE_WATCHDOG) || \
defined(CONFIG_IMX_WATCHDOG))
hw_watchdog_init();
# endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment