]> code.ossystems Code Review - bsp/u-boot.git/commit
imx_watchdog: do not soft-reset while watchdog init
authorAnatolij Gustschin <agust@denx.de>
Tue, 16 Apr 2013 09:01:54 +0000 (11:01 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 17 Oct 2013 20:47:29 +0000 (17:47 -0300)
commite92e0d32578de6c64bccc471a07f15125e757e42
tree463fc0022438a2e04cc8b1bb9151fdc65cb086e1
parent183acb700378a8cfc5d50a01a65de93fb2c24586
imx_watchdog: do not soft-reset while watchdog init

Currently the driver clears WCR_SRS bit when enabling
the watchdog and this causes a software reset. Do not
clear WCR_SRS.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
drivers/watchdog/imx_watchdog.c