commit | ee86af2032468dfcc1360abca33f7e13e02e98c4 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Mar 10 08:04:36 2015 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Fri Mar 13 13:31:56 2015 +0100 |
tree | a7e8490187630e10d35e990ef511a0c29fa8ba03 | |
parent | 0adb215756ca420a835620ec2b1afe1ee7a78515 [diff] |
common/board_f.c: Enable IMX watchdog in init_func_watchdog_init() Without this patch, the IMX watchdog will not be initialized. And therefor not active. This patch fixes this by calling hw_watchdog_init() also when CONFIG_IMX_WATCHDOG is defined. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Heiko Schocher <hs@denx.de> Acked-by: Heiko Schocher <hs@denx.de>