mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
0ec807b2d8
commit
46d7a3b3d3
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue