]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: imx8mn_beacon: Disable the WDT autostart
authorAdam Ford <aford173@gmail.com>
Wed, 25 Oct 2023 23:04:56 +0000 (18:04 -0500)
committerFabio Estevam <festevam@gmail.com>
Wed, 13 Dec 2023 13:00:13 +0000 (10:00 -0300)
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/imx8mn_beacon_defconfig

index cfff20f84ff2528903baf3016902b65758ac6865..d1c27ce22cad3ac924f5c53e8f06945f73e47ee0 100644 (file)
@@ -150,4 +150,5 @@ CONFIG_USB_GADGET_MANUFACTURER="FSL"
 CONFIG_USB_GADGET_VENDOR_NUM=0x0525
 CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
 CONFIG_CI_UDC=y
+# CONFIG_WATCHDOG_AUTOSTART is not set
 CONFIG_IMX_WATCHDOG=y