commit | 8d2599b3b6cc2de757f9118816e6bfb4c021ab43 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Tue Aug 08 18:40:40 2023 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Oct 16 16:25:10 2023 +0200 |
tree | 934be4851cd3430513d5dc91d3b1ac13084ff757 | |
parent | 4cdeea726a7e3f42bbb441997dc0b3e87105aea9 [diff] |
smegw01: 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: Marek Vasut <marex@denx.de>