diff options
author | Ye Li <ye.li@nxp.com> | 2016-03-14 16:51:47 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 16:06:45 +0800 |
commit | 419fad166eb5955a487f6aa39e22403dfb5ea3cd (patch) | |
tree | d1738689f9d20c12472c71a1a16064066d27c579 /board | |
parent | 8a713e8cd1500ecc6daa02a14a63763a548095b4 (diff) | |
download | u-boot-imx-419fad166eb5955a487f6aa39e22403dfb5ea3cd.zip u-boot-imx-419fad166eb5955a487f6aa39e22403dfb5ea3cd.tar.gz u-boot-imx-419fad166eb5955a487f6aa39e22403dfb5ea3cd.tar.bz2 |
MLK-12555-3 mx7dsabresd: Remove the SRS setting for wdog
Since the WDOG driver has updated to clear SRS at software assertion of
WDOG. We don't need this in board level.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/mx7dsabresd/mx7dsabresd.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/freescale/mx7dsabresd/mx7dsabresd.c b/board/freescale/mx7dsabresd/mx7dsabresd.c index c25ba0e..1b5cba8 100644 --- a/board/freescale/mx7dsabresd/mx7dsabresd.c +++ b/board/freescale/mx7dsabresd/mx7dsabresd.c @@ -1017,12 +1017,6 @@ int board_late_init(void) set_wdog_reset(wdog); - /* - * Do not assert internal WDOG_RESET_B_DEB(controlled by bit 4), - * since we use PMIC_PWRON to reset the board. - */ - clrsetbits_le16(&wdog->wcr, 0, 0x10); - return 0; } |