commit | de4c15a93a506b75b25492db5b125d0da66a31ff | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Fri Oct 18 14:55:49 2024 -0300 |
committer | Fabio Estevam <festevam@gmail.com> | Fri Oct 25 09:04:20 2024 -0300 |
tree | 9942458b8c15bba73768a380363e4e2eccb1212a | |
parent | c2ca81178e0583c6a413736d88fae893a088232b [diff] |
mx6ul_14x14_evk: Convert to watchdog driver model Commit 68dcbdd594d4 ("ARM: imx: Add weak default reset_cpu()") caused the 'reset' command in U-Boot to not cause a board reset. Fix it by switching to the watchdog driver model via sysreset, which is the preferred method for implementing the watchdog reset. Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Peng Fan <peng.fan@nxp.com>