commit | a4c707f56bcaa6d6eb9cfcbefa7f7f5e16d6cf6b | [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 | 9ef9d90147ad6255d64f6206107d6a81f37a7a68 [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>