commit | f9c33005b4d22e23f7f08354999a8640d6714fb3 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Thu Oct 26 18:01:53 2023 -0300 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 12 16:33:57 2023 -0500 |
tree | 4d2fea7a45bc6da75e974a5a6ce6fe697af6d805 | |
parent | c3b098ad40ecc108b7de9d6886fbd06fc2dd78d3 [diff] |
pico-pi-imx7d: 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>