commit | 14a380a8f3059a8e66446d0462a39978946c564c | [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 | 9d16c52f62a4cd017ac3530002ccc8ea9ffde58f [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>