
8 May
2020
8 May
'20
5:34 a.m.
Hi Marek,
On Thu, May 7, 2020 at 11:59 PM Marek Vasut marex@denx.de wrote:
Enable CONFIG_WATCHDOG in your U-Boot config, that will enable WDT servicing.
Thanks. I changed the defconfig like this:
--- a/configs/imx8mm_evk_defconfig +++ b/configs/imx8mm_evk_defconfig @@ -85,5 +85,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
I will submit this patch and for other boards tomorrow.
Thanks