diff mbox series

[3/5] configs: imx8mm_beacon: Disable the WDT autostart

Message ID 20231025230456.7924-3-aford173@gmail.com
State Accepted
Commit 856227292aa0027170a4e3e73e87e5bbe8da54d6
Delegated to: Stefano Babic
Headers show
Series [1/5] configs: imx8mp_beacon: Do not set SYS_CONSOLE_IS_IN_ENV | expand

Commit Message

Adam Ford Oct. 25, 2023, 11:04 p.m. UTC
Auto-starting the WDT can cause false reboots when the user
is not intentionally trying to use the WDT, so leave it off until
it is requested.

Signed-off-by: Adam Ford <aford173@gmail.com>
---
 configs/imx8mm_beacon_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/imx8mm_beacon_defconfig b/configs/imx8mm_beacon_defconfig
index 886d912650..b33e113580 100644
--- a/configs/imx8mm_beacon_defconfig
+++ b/configs/imx8mm_beacon_defconfig
@@ -148,4 +148,5 @@  CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
 CONFIG_CI_UDC=y
 CONFIG_SDP_LOADADDR=0x40400000
 CONFIG_SPL_USB_SDP_SUPPORT=y
+# CONFIG_WATCHDOG_AUTOSTART is not set
 CONFIG_IMX_WATCHDOG=y