Re: [PATCH 1/1] watchdog: don't autostart watchdog on Sunxi boards

2021-11-09 Thread Andre Przywara
On Fri, 5 Nov 2021 19:34:31 +0100 Heinrich Schuchardt wrote: > The Sunxi boards only support a 16 second watchdog timeout. This is too > short to boot Linux. The UEFI specification requires 300 seconds as > default timeout. As detailed in this thread here [1], I would argue that always keeping

[PATCH 1/1] watchdog: don't autostart watchdog on Sunxi boards

2021-11-05 Thread Heinrich Schuchardt
The Sunxi boards only support a 16 second watchdog timeout. This is too short to boot Linux. The UEFI specification requires 300 seconds as default timeout. Change the default for CONFIG_WATCHDOG_AUTOSTART for ARCH_SUNXI. Fixes: b147bd3607f8 ("sunxi: Enable watchdog timer support by default")