diff mbox series

[2/5] imx8mn_ddr4_evk: Select the watchdog driver

Message ID 20200511140031.8862-2-festevam@gmail.com
State Accepted
Commit 010bd4718b9ef1cfe39f7be8ef4ee4c56d6b1edb
Delegated to: Stefano Babic
Headers show
Series [1/5] imx8mm_evk: Select the watchdog driver | expand

Commit Message

Fabio Estevam May 11, 2020, 2 p.m. UTC
Currently watchdog driver is not selected, which causes system to reboot
after staying 60s in the U-Boot prompt.

Fix this problem by enabling CONFIG_WATCHDOG so that watchdog can be 
properly serviced.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 configs/imx8mn_ddr4_evk_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Stefano Babic June 8, 2020, 5:23 p.m. UTC | #1
> Currently watchdog driver is not selected, which causes system to reboot
> after staying 60s in the U-Boot prompt.
> Fix this problem by enabling CONFIG_WATCHDOG so that watchdog can be 
> properly serviced.
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/imx8mn_ddr4_evk_defconfig b/configs/imx8mn_ddr4_evk_defconfig
index bc6014d73a..7fd443f37e 100644
--- a/configs/imx8mn_ddr4_evk_defconfig
+++ b/configs/imx8mn_ddr4_evk_defconfig
@@ -79,5 +79,4 @@  CONFIG_SPL_SYSRESET=y
 CONFIG_SYSRESET_PSCI=y
 CONFIG_SYSRESET_WATCHDOG=y
 CONFIG_DM_THERMAL=y
-# CONFIG_WATCHDOG is not set
 CONFIG_IMX_WATCHDOG=y