]> git.baikalelectronics.ru Git - uboot.git/commit
stm32mp: remove the bootcount activation
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Tue, 7 Dec 2021 09:05:58 +0000 (10:05 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Mon, 24 Jan 2022 09:56:45 +0000 (10:56 +0100)
commit78d0f76f3ec6c2d03b024acff2eea0f1bc51a8bc
tree7ee88b0cdd231e494dd0a1c44e5b4a5be043691e
parent7c95da74c2289e3909949d38c28ae1d05aae460c
stm32mp: remove the bootcount activation

Today the bootcount is not managed by the Linux kernel for STM32MP15 as
we don't have driver to update the used backup register in TAMP and the
recovery command still executes the normal bootcmd with
'altbootcmd=run bootcmd'.

So the bootcount feature is never used, the config CONFIG_BOOTCOUNT_LIMIT
and the associated environment variable 'altbootcmd' can be removed to
reduce the U-Boot size.

Each boards can re-enable this feature later in their defconfig, if it is
needed, with the expected backend, for example CONFIG_BOOTCOUNT_GENERIC
or CONFIG_BOOTCOUNT_ENV.

CC: Marek Vasut <marex@denx.de>
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/mach-stm32mp/Kconfig
include/configs/stm32mp15_common.h