commit | 64bde358b6e3c8a0ae8ea1a29094d42d6695dd3f | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Fri Aug 09 12:12:47 2024 -0300 |
committer | Fabio Estevam <festevam@denx.de> | Tue Aug 13 09:30:44 2024 -0300 |
tree | 4a93d0b405ff81629ac2fb7d80c24460fda035a7 | |
parent | c209c8f13d9742c75f72f2f3d45cc54449d98d92 [diff] |
tqma6q_mba6: 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>