summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2020-05-11 11:00:31 -0300
committerStefano Babic <sbabic@denx.de>2020-06-08 10:42:09 +0200
commit2c72bf21c66692cf0b9c305c27ac4a5218a4dd01 (patch)
treea88a3ac53fead060e7555b3985bd1af79b4825f3 /configs
parent51c0e493c2a97c51f5ee5b83c63d326bcf41cff4 (diff)
verdin-imx8mm: 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 <festevam@gmail.com> Acked-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/verdin-imx8mm_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/verdin-imx8mm_defconfig b/configs/verdin-imx8mm_defconfig
index c68b299a95..f5b6e03251 100644
--- a/configs/verdin-imx8mm_defconfig
+++ b/configs/verdin-imx8mm_defconfig
@@ -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