diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-02-16 15:50:43 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-24 08:43:42 -0500 |
commit | 6cdd70eb52cc597717f549cd1b04bb85cc7a26a5 (patch) | |
tree | 1d6897e27c3f6000157eaf688bcd86ef86bcfcf3 /include/configs/ids8313.h | |
parent | ff5410d34b1ce3fa3785ecfd785704cfccc30938 (diff) |
Convert CONFIG_BOOTCOUNT_I2C to Kconfig
This converts the following to Kconfig:
CONFIG_BOOTCOUNT_I2C
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'include/configs/ids8313.h')
-rw-r--r-- | include/configs/ids8313.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |