diff options
| author | Adam Ford <[email protected]> | 2023-10-25 18:04:54 -0500 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2023-12-13 10:00:13 -0300 |
| commit | 856227292aa0027170a4e3e73e87e5bbe8da54d6 (patch) | |
| tree | 084f8e3c2491647b6f94c7a7b493fba4dab3fd24 | |
| parent | 495bec2ec87b9dc59c18898cf7e884d55fb8e075 (diff) | |
configs: imx8mm_beacon: Disable the WDT autostart
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 <[email protected]>
| -rw-r--r-- | configs/imx8mm_beacon_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mm_beacon_defconfig b/configs/imx8mm_beacon_defconfig index 886d912650e..b33e113580b 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 |
