We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455f049 commit 815fe67Copy full SHA for 815fe67
board/imgtec/pistachio_bub/pistachio.c
@@ -201,9 +201,6 @@ int board_late_init(void)
201
printf("Failed to enable tpm!\n");
202
return 1;
203
}
204
-#endif
205
-#ifdef CONFIG_PISTACHIO_WATCHDOG
206
- hw_watchdog_init();
207
#endif
208
return 0;
209
common/board_f.c
@@ -115,7 +115,7 @@ static int init_func_watchdog_init(void)
115
# if defined(CONFIG_HW_WATCHDOG) && (defined(CONFIG_BLACKFIN) || \
116
defined(CONFIG_M68K) || defined(CONFIG_MICROBLAZE) || \
117
defined(CONFIG_SH) || defined(CONFIG_AT91SAM9_WATCHDOG) || \
118
- defined(CONFIG_IMX_WATCHDOG))
+ defined(CONFIG_IMX_WATCHDOG) || defined(CONFIG_PISTACHIO_WATCHDOG))
119
hw_watchdog_init();
120
# endif
121
puts(" Watchdog enabled\n");
0 commit comments