]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/board_f.c: Enable IMX watchdog in init_func_watchdog_init()
authorStefan Roese <sr@denx.de>
Tue, 10 Mar 2015 07:04:36 +0000 (08:04 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:30:59 +0000 (14:30 +0200)
commit5a70434b724ed4347cf1164f97618605acdd3d33
treee798e2c8b077ccee9d7d75a2740c7f664447729d
parent89666fc95c0d22f4d0ede30b805aaa905e70538f
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>
common/board_f.c