diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-02-16 15:50:47 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-24 08:43:45 -0500 |
commit | 4bc4f8a67a17ba339f3e1bf75147f68e66c4a104 (patch) | |
tree | fb1845cbfa80c592a801896b79be9491deefa891 /include/configs/ids8313.h | |
parent | aa5a863283611a1dae8c76e511767ac970829952 (diff) |
Migrate CONFIG_BOOTCOUNT_ALEN to Kconfig
Convert CONFIG_BOOTCOUNT_ALEN to Kconfig
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
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 08865f8339..12c3aff416 100644 --- a/include/configs/ids8313.h +++ b/include/configs/ids8313.h @@ -509,7 +509,6 @@ #define CONFIG_MTD_PARTITIONS /* bootcount support */ -#define CONFIG_BOOTCOUNT_ALEN 1 #define CONFIG_SYS_BOOTCOUNT_ADDR 0x9 #define CONFIG_IMAGE_FORMAT_LEGACY |