Re: [PATCH 3/3] ARM: stm32: Increment WDT by default on DHSOM

2022-12-07 Thread Patrice CHOTARD
On 12/6/22 08:38, Patrice CHOTARD wrote: > Hi Marek > > On 12/6/22 03:35, Marek Vasut wrote: >> Enable watchdog timer on the DHSOM by default, both in U-Boot proper and >> in SPL. This can be used in combination with boot counter by either SPL >> or U-Boot proper to boot either copy of system s

Re: [PATCH 3/3] ARM: stm32: Increment WDT by default on DHSOM

2022-12-06 Thread Patrick DELAUNAY
Hi, On 12/6/22 03:35, Marek Vasut wrote: Enable watchdog timer on the DHSOM by default, both in U-Boot proper and in SPL. This can be used in combination with boot counter by either SPL or U-Boot proper to boot either copy of system software, e.g. in case of full A/B update strategy. Signed-off

Re: [PATCH 3/3] ARM: stm32: Increment WDT by default on DHSOM

2022-12-05 Thread Patrice CHOTARD
Hi Marek On 12/6/22 03:35, Marek Vasut wrote: > Enable watchdog timer on the DHSOM by default, both in U-Boot proper and > in SPL. This can be used in combination with boot counter by either SPL > or U-Boot proper to boot either copy of system software, e.g. in case of > full A/B update strategy.