diff options
author | Tom Rini <trini@konsulko.com> | 2021-11-09 22:26:56 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-09 22:26:56 -0500 |
commit | a7795821cefc1bc88ee690804488ab0c979e448e (patch) | |
tree | 8d7e143770399083a4c4e1e613907b7905f5ba96 | |
parent | e8e9c6f48400989c5fc54467576f8d535bd713e6 (diff) | |
parent | 86798ee0c148db248d8e3e9b6395bbe9e24d9149 (diff) |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi
- watchdog: don't autostart watchdog on Sunxi boards
-rw-r--r-- | drivers/watchdog/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index d306054a8c..1177f17fd8 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -12,6 +12,7 @@ config WATCHDOG config WATCHDOG_AUTOSTART bool "Automatically start watchdog timer" depends on WDT + default n if ARCH_SUNXI default y help Automatically start watchdog timer and start servicing it during |