diff options
author | Lukasz Majewski <lukma@denx.de> | 2018-02-09 23:53:29 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-15 07:20:53 -0500 |
commit | 04e2cead60616a09ef5f45feae17c0aca0fa8b5f (patch) | |
tree | a1a0dcae2d149d764edd0dab14d24013fccd57b1 /include/configs/highbank.h | |
parent | d1ec9461f2a2b478b3682dfc3f0f72e3fdd104c1 (diff) |
Convert CONFIG_SYS_BOOTCOUNT_SINGLEWORD to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_BOOTCOUNT_SINGLEWORD
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Tested-by: Alex Kiernan <alex.kiernan@gmail.com>
Reviewed-by: Ian Ray <ian.ray@ge.com>
Diffstat (limited to 'include/configs/highbank.h')
-rw-r--r-- | include/configs/highbank.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/highbank.h b/include/configs/highbank.h index b84b277a0d..9dc0c6c264 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h @@ -26,7 +26,6 @@ #define CONFIG_PL01x_PORTS { (void *)(0xFFF36000) } #define CONFIG_CONS_INDEX 0 -#define CONFIG_SYS_BOOTCOUNT_SINGLEWORD #define CONFIG_SYS_BOOTCOUNT_LE /* Use little-endian accessors */ #define CONFIG_SYS_BOOTCOUNT_ADDR 0xfff3cf0c |