commit | 5b5bd1484231fdad6ff11774bc7d95d568d61bd8 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Mon Aug 26 15:04:51 2024 -0300 |
committer | Fabio Estevam <festevam@gmail.com> | Fri Aug 30 15:50:36 2024 -0300 |
tree | bada7ebb6433402742484557e60abe5761f214a6 | |
parent | 2a75ba957e90a7d4b5934d550b820f8e9073832a [diff] |
mx6slevk: 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>