commit | 1ca617f5fd5bb5a0a6e3fad5fbab60493ab14f26 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Tue Dec 06 03:35:14 2022 +0100 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Wed Dec 07 17:09:19 2022 +0100 |
tree | 6afa3a591400746ed341a879aca2eef75814f80f | |
parent | 0eca0b1075a4040dd37291bf3fe9506a7fe98a6d [diff] |
ARM: stm32: Increment boot counter in SPL on DHSOM Increment the boot counter already in U-Boot SPL instead of incrementing it only later in U-Boot proper. This can be used by SPL to boot either of two U-Boot copies and improve redundancy of software on the platform, 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>