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

2021-03-09 Thread Pali Rohár
On Tuesday 09 March 2021 17:12:40 Stefan Roese wrote: > On 09.03.21 14:27, Pali Rohár wrote: > > On Tuesday 09 March 2021 12:33:24 Stefan Roese wrote: > > > On 05.03.21 22:36, Pali Rohár wrote: > > > > In some cases it is useful to compile support for U-Boot command 'wdt' > > > > without starting H

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

2021-03-09 Thread Stefan Roese
On 09.03.21 14:27, Pali Rohár wrote: On Tuesday 09 March 2021 12:33:24 Stefan Roese wrote: On 05.03.21 22:36, 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 user Nitpicking: when

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

2021-03-09 Thread Pali Rohár
On Tuesday 09 March 2021 12:33:24 Stefan Roese wrote: > On 05.03.21 22:36, 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 user > > Nitpicking: > when "the" user > > > want to s

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

2021-03-09 Thread Stefan Roese
On 05.03.21 22:36, 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 user Nitpicking: when "the" user want to start watchdog only on demand by some boot script. This change adds a ne

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

2021-03-05 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 user want to start watchdog only on demand by some boot script. This change adds a new compile option WATCHDOG_AUTOSTART to control whether U-Boot should auto