From 979d5e4bf674f7f676b9d116b526c7e422a2238e Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 11 May 2020 11:00:29 -0300 Subject: imx8mm_beacon: 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 Reviewed-by: Adam Ford --- configs/imx8mm_beacon_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs') diff --git a/configs/imx8mm_beacon_defconfig b/configs/imx8mm_beacon_defconfig index b935d72..a518963 100644 --- a/configs/imx8mm_beacon_defconfig +++ b/configs/imx8mm_beacon_defconfig @@ -100,5 +100,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 -- cgit v1.1