Message ID | 20200511140031.8862-5-festevam@gmail.com |
---|---|
State | Accepted |
Commit | 2c72bf21c66692cf0b9c305c27ac4a5218a4dd01 |
Headers | show |
Series | [1/5] imx8mm_evk: Select the watchdog driver | expand |
Hi Fabio, On Mon, May 11, 2020, 17:02 Fabio Estevam <festevam at gmail.com> wrote: > 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 at gmail.com> > --- > configs/verdin-imx8mm_defconfig | 1 - > 1 file changed, 1 deletion(-) > > 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 > -- > 2.17.1 > Acked-by: Igor Opaniuk <igor.opaniuk at toradex.com> Thanks! >
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
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 at gmail.com> --- configs/verdin-imx8mm_defconfig | 1 - 1 file changed, 1 deletion(-)