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)
commitd5e8119baed0dda4bd38984c1a16a8409f9219af
tree7ee88b0cdd231e494dd0a1c44e5b4a5be043691e
parent3919aa1722a2b01683a8747e1eab1ec9f6de0f40
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