From: Heiko Schocher Date: Tue, 17 Feb 2026 16:39:06 +0000 (+0100) Subject: capricorn: config: add bootcounter command X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f8749394d4524a5cd49683d58d34d216065c5fd;p=thirdparty%2Fu-boot.git capricorn: config: add bootcounter command Enable bootcount feature to count the boot times Signed-off-by: Heiko Schocher Acked-by: Peng Fan --- diff --git a/configs/imx8qxp_capricorn.config b/configs/imx8qxp_capricorn.config index b5c9fdbc9b3..626634cb09c 100644 --- a/configs/imx8qxp_capricorn.config +++ b/configs/imx8qxp_capricorn.config @@ -74,6 +74,7 @@ CONFIG_CMD_CPU=y # CONFIG_CMD_BIND is not set CONFIG_CMD_WDT=y CONFIG_CMD_WGET=y +CONFIG_CMD_BOOTCOUNT=y CONFIG_CMD_CLK=y CONFIG_CMD_DM=y CONFIG_CMD_FUSE=y