aboutsummaryrefslogtreecommitdiff
path: root/configs/imx8mn_ddr4_evk_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2020-05-11 11:00:28 -0300
committerStefano Babic <sbabic@denx.de>2020-06-08 10:41:55 +0200
commit010bd4718b9ef1cfe39f7be8ef4ee4c56d6b1edb (patch)
tree25712387f1ac5aba97a959ec6150f410fea2d830 /configs/imx8mn_ddr4_evk_defconfig
parentc5a015c32e46632b9d593402951feface11ca66b (diff)
downloadu-boot-010bd4718b9ef1cfe39f7be8ef4ee4c56d6b1edb.zip
u-boot-010bd4718b9ef1cfe39f7be8ef4ee4c56d6b1edb.tar.gz
u-boot-010bd4718b9ef1cfe39f7be8ef4ee4c56d6b1edb.tar.bz2
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 <festevam@gmail.com>
Diffstat (limited to 'configs/imx8mn_ddr4_evk_defconfig')
-rw-r--r--configs/imx8mn_ddr4_evk_defconfig1
1 files changed, 0 insertions, 1 deletions
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