summaryrefslogtreecommitdiffstats
path: root/configs/imx8mm_beacon_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2020-05-11 11:00:29 -0300
committerStefano Babic <sbabic@denx.de>2020-06-08 10:42:00 +0200
commit979d5e4bf674f7f676b9d116b526c7e422a2238e (patch)
treed6f7f5daeace3a9d200a31a635cee0fa0676a206 /configs/imx8mm_beacon_defconfig
parent010bd4718b9ef1cfe39f7be8ef4ee4c56d6b1edb (diff)
downloadu-boot-979d5e4bf674f7f676b9d116b526c7e422a2238e.tar.gz
u-boot-979d5e4bf674f7f676b9d116b526c7e422a2238e.tar.xz
u-boot-979d5e4bf674f7f676b9d116b526c7e422a2238e.zip
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 <festevam@gmail.com> Reviewed-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/imx8mm_beacon_defconfig')
-rw-r--r--configs/imx8mm_beacon_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/imx8mm_beacon_defconfig b/configs/imx8mm_beacon_defconfig
index b935d72360..a518963f48 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