From 3aeb1272135c79bc064c8536e69835a380dd9a7d Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Wed, 1 Mar 2023 10:34:27 +0100 Subject: colibri-imx8x: enable environment bootcount limit Enable optional environment bootcount limit functionality. Upstream-Status: Submitted [https://lore.kernel.org/all/20230303132642.15574-15-andrejs.cainikovs@toradex.com/] Signed-off-by: Marcel Ziswiler Signed-off-by: Andrejs Cainikovs --- configs/colibri-imx8x_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig index 38cdc13724..cd5fe3a09b 100644 --- a/configs/colibri-imx8x_defconfig +++ b/configs/colibri-imx8x_defconfig @@ -47,6 +47,8 @@ CONFIG_VERSION_VARIABLE=y CONFIG_IP_DEFRAG=y CONFIG_TFTP_BLOCKSIZE=4096 CONFIG_TFTP_TSIZE=y +CONFIG_BOOTCOUNT_LIMIT=y +CONFIG_BOOTCOUNT_ENV=y CONFIG_CLK_IMX8=y CONFIG_CPU=y CONFIG_FXL6408_GPIO=y -- cgit v1.2.3