Re: [PATCH v2 3/4] watchdog: Allow to use CONFIG_WDT without starting watchdog

2021-03-09 Thread Stefan Roese
On 09.03.21 14:26, Pali Rohár wrote: In some cases it is useful to compile support for U-Boot command 'wdt' without starting HW watchdog in early U-Boot phase. For example when the user want to start the watchdog only on demand by some boot script. This change adds a new compile option WATCHDOG_

[PATCH v2 3/4] watchdog: Allow to use CONFIG_WDT without starting watchdog

2021-03-09 Thread Pali Rohár
In some cases it is useful to compile support for U-Boot command 'wdt' without starting HW watchdog in early U-Boot phase. For example when the user want to start the watchdog only on demand by some boot script. This change adds a new compile option WATCHDOG_AUTOSTART to control whether U-Boot sho