mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
configs: imx8mn_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 <aford173@gmail.com>
This commit is contained in:
parent
353c9aa18c
commit
4c303a3895
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue