verdin-imx8mm: Select the watchdog driver
authorFabio Estevam <festevam@gmail.com>
Mon, 11 May 2020 14:00:31 +0000 (11:00 -0300)
committerStefano Babic <sbabic@denx.de>
Mon, 8 Jun 2020 08:42:09 +0000 (10:42 +0200)
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>
Acked-by: Igor Opaniuk <igor.opaniuk@toradex.com>
configs/verdin-imx8mm_defconfig

index c68b299a959081ae36f2666a9052892654297ba9..f5b6e0325146f2248c518e959e5bd274353422f9 100644 (file)
@@ -99,5 +99,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