From: Frieder Schrempf Date: Thu, 18 Jun 2026 06:13:24 +0000 (+0200) Subject: imx: kontron-sl-mx8mm: Enable the watchdog at boot X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b61c4f2a322228383a6fa6db8fd8308718939418;p=thirdparty%2Fu-boot.git imx: kontron-sl-mx8mm: Enable the watchdog at boot We want the watchdog to be enabled at boot by default so it can handle emergency situations in any case. Signed-off-by: Frieder Schrempf Reviewed-by: Peng Fan --- diff --git a/configs/kontron-sl-mx8mm_defconfig b/configs/kontron-sl-mx8mm_defconfig index c3a954dffd9..1673cf7efad 100644 --- a/configs/kontron-sl-mx8mm_defconfig +++ b/configs/kontron-sl-mx8mm_defconfig @@ -209,5 +209,4 @@ CONFIG_SDP_LOADADDR=0x40400000 CONFIG_USB_ETHER=y CONFIG_USB_ETH_CDC=y CONFIG_SPL_USB_SDP_SUPPORT=y -# CONFIG_WATCHDOG_AUTOSTART is not set CONFIG_IMX_WATCHDOG=y