Message ID | 20200511140031.8862-3-festevam@gmail.com |
---|---|
State | Accepted |
Commit | 979d5e4bf674f7f676b9d116b526c7e422a2238e |
Headers | show |
Series | [1/5] imx8mm_evk: Select the watchdog driver | expand |
On Mon, May 11, 2020 at 8:59 AM 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. > Thanks for doing that! Reviewed-by: Adam Ford <aford173 at gmail.com> > Signed-off-by: Fabio Estevam <festevam at gmail.com> > --- > configs/imx8mm_beacon_defconfig | 1 - > 1 file changed, 1 deletion(-) > > 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 > -- > 2.17.1 >
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
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/imx8mm_beacon_defconfig | 1 - 1 file changed, 1 deletion(-)