commit | abbab70363dcdb270cbf24d47849214dd3a3e010 | [log] [tgz] |
---|---|---|
author | Troy Kisky <troy.kisky@boundarydevices.com> | Mon Oct 22 15:19:01 2012 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Sun Jan 13 11:39:57 2013 +0100 |
tree | 2eb6f30be46ddc350e5635179dabdd126be2b0cd | |
parent | 17c5ef20073c49ae1a10150b4194b25b6f1154fe [diff] [blame] |
mx31/mx35/mx51/mx53/mx6: add watchdog Use a common watchdog driver for all these cpus. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> Acked-by: Stefano Babic <sbabic@denx.de>
diff --git a/board/hale/tt01/tt01.c b/board/hale/tt01/tt01.c index 0c2cb79..b4b8209 100644 --- a/board/hale/tt01/tt01.c +++ b/board/hale/tt01/tt01.c
@@ -179,7 +179,7 @@ int board_late_init(void) { #ifdef CONFIG_HW_WATCHDOG - mxc_hw_watchdog_enable(); + hw_watchdog_init(); #endif return 0;