commit | e102f3039a1c8b8b6196db206716a3c57fcaa06e | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Tue Dec 06 03:35:15 2022 +0100 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Wed Dec 07 17:09:19 2022 +0100 |
tree | 13b7dfdaa1d0a464b020f7380f53a8d0a01ca57f | |
parent | fcde268b3e037bcef5543fe9704face1a95c14fd [diff] |
ARM: stm32: Increment WDT by default on DHSOM 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-by: Marek Vasut <marex@denx.de> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>