diff options
| author | Heiko Schocher <[email protected]> | 2026-02-17 17:39:06 +0100 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-02-28 15:31:50 -0300 |
| commit | 4f8749394d4524a5cd49683d58d34d216065c5fd (patch) | |
| tree | 20d76e35f6d5ef69d00425cb3c6c926e4ebc998c | |
| parent | bb5a4607a3a0f41d8628ecf7425d74363c5aa311 (diff) | |
capricorn: config: add bootcounter command
Enable bootcount feature to count the boot times
Signed-off-by: Heiko Schocher <[email protected]>
Acked-by: Peng Fan <[email protected]>
| -rw-r--r-- | configs/imx8qxp_capricorn.config | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
