diff options
Diffstat (limited to 'board/hale')
| -rw-r--r-- | board/hale/tt01/tt01.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/hale/tt01/tt01.c b/board/hale/tt01/tt01.c index 0c2cb795d..b4b820931 100644 --- a/board/hale/tt01/tt01.c +++ b/board/hale/tt01/tt01.c @@ -179,7 +179,7 @@ int board_init(void)  int board_late_init(void)  {  #ifdef CONFIG_HW_WATCHDOG -	mxc_hw_watchdog_enable(); +	hw_watchdog_init();  #endif  	return 0; |