diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-02-16 15:50:44 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-24 08:43:42 -0500 |
commit | 8981433f4dd414568066355f9b479ce37f2f9f64 (patch) | |
tree | e652466ebacb40841d57a3186baa80cce76a808e /include/configs/ge_bx50v3.h | |
parent | 6cdd70eb52cc597717f549cd1b04bb85cc7a26a5 (diff) |
Convert CONFIG_BOOTCOUNT_EXT to Kconfig
This converts the following to Kconfig:
CONFIG_BOOTCOUNT_EXT
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Diffstat (limited to 'include/configs/ge_bx50v3.h')
-rw-r--r-- | include/configs/ge_bx50v3.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index 110933f6880..e4673d812dc 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -263,10 +263,6 @@ #define CONFIG_BCH -#define CONFIG_BOOTCOUNT_EXT -#define CONFIG_SYS_BOOTCOUNT_EXT_INTERFACE "mmc" -#define CONFIG_SYS_BOOTCOUNT_EXT_DEVPART "1:5" -#define CONFIG_SYS_BOOTCOUNT_EXT_NAME "/boot/failures" #define CONFIG_SYS_BOOTCOUNT_ADDR 0x7000A000 #endif /* __GE_BX50V3_CONFIG_H */ |