mx31/mx35/mx51/mx53/mx6: add watchdog
[platform/kernel/u-boot.git] / board / hale / tt01 / tt01.c
index 0c2cb79..b4b8209 100644 (file)
@@ -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;