]> git.dujemihanovic.xyz Git - u-boot.git/commit
mx6slevk: Convert to watchdog driver model
authorFabio Estevam <festevam@denx.de>
Mon, 26 Aug 2024 18:04:51 +0000 (15:04 -0300)
committerFabio Estevam <festevam@gmail.com>
Fri, 30 Aug 2024 18:50:36 +0000 (15:50 -0300)
commit3344b68fdceaf321c1a900cae2fb838da7ea66c5
treebada7ebb6433402742484557e60abe5761f214a6
parent8412acec9569181ea5b3ec56d3ed95fc73cf0c4e
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>
configs/mx6slevk_defconfig