From 04c96ed2a6820ba2aee978826f96d464386b8cab Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Fri, 16 Feb 2018 15:50:41 +0000 Subject: Convert CONFIG_BOOTCOUNT_ENV to Kconfig This converts the following to Kconfig: CONFIG_BOOTCOUNT_ENV Signed-off-by: Alex Kiernan Reviewed-by: Lukasz Majewski --- configs/etamin_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/etamin_defconfig') diff --git a/configs/etamin_defconfig b/configs/etamin_defconfig index a9234ee8dd..dd862bb965 100644 --- a/configs/etamin_defconfig +++ b/configs/etamin_defconfig @@ -56,6 +56,7 @@ CONFIG_BOOTP_DNS=y CONFIG_BOOTP_GATEWAY=y CONFIG_BOOTP_SUBNETMASK=y CONFIG_BOOTCOUNT_LIMIT=y +CONFIG_BOOTCOUNT_ENV=y CONFIG_DFU_NAND=y CONFIG_MMC_OMAP_HS=y CONFIG_NAND=y -- cgit