From 6cdd70eb52cc597717f549cd1b04bb85cc7a26a5 Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Fri, 16 Feb 2018 15:50:43 +0000 Subject: Convert CONFIG_BOOTCOUNT_I2C to Kconfig This converts the following to Kconfig: CONFIG_BOOTCOUNT_I2C Signed-off-by: Alex Kiernan Reviewed-by: Lukasz Majewski --- include/configs/ids8313.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/configs/ids8313.h b/include/configs/ids8313.h index 1769224c57..08865f8339 100644 --- a/include/configs/ids8313.h +++ b/include/configs/ids8313.h @@ -509,7 +509,6 @@ #define CONFIG_MTD_PARTITIONS /* bootcount support */ -#define CONFIG_BOOTCOUNT_I2C #define CONFIG_BOOTCOUNT_ALEN 1 #define CONFIG_SYS_BOOTCOUNT_ADDR 0x9 -- cgit