From: Fabio Estevam Date: Mon, 11 May 2020 14:00:28 +0000 (-0300) Subject: imx8mn_ddr4_evk: Select the watchdog driver X-Git-Tag: v2020.10~171^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=010bd4718b9ef1cfe39f7be8ef4ee4c56d6b1edb;p=platform%2Fkernel%2Fu-boot.git imx8mn_ddr4_evk: Select the watchdog driver 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 --- diff --git a/configs/imx8mn_ddr4_evk_defconfig b/configs/imx8mn_ddr4_evk_defconfig index bc6014d..7fd443f 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