From: Marcel Ziswiler <marcel.ziswi...@toradex.com> Enable optional environment bootcount limit functionality.
Signed-off-by: Marcel Ziswiler <marcel.ziswi...@toradex.com> Signed-off-by: Andrejs Cainikovs <andrejs.cainik...@toradex.com> --- configs/colibri-imx8x_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig index 08d284bf912..bebe87ac918 100644 --- a/configs/colibri-imx8x_defconfig +++ b/configs/colibri-imx8x_defconfig @@ -59,6 +59,8 @@ CONFIG_USE_NETMASK=y CONFIG_NETMASK="255.255.255.0" CONFIG_USE_SERVERIP=y CONFIG_SERVERIP="192.168.10.1" +CONFIG_BOOTCOUNT_LIMIT=y +CONFIG_BOOTCOUNT_ENV=y CONFIG_CLK_IMX8=y CONFIG_CPU=y CONFIG_FXL6408_GPIO=y -- 2.34.1