diff options
| author | Tom Rini <trini@konsulko.com> | 2022-06-25 11:02:49 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2022-07-07 14:01:09 -0400 |
| commit | 64a2a7b04b0a50e50a7cd36d7956d40c7a874478 (patch) | |
| tree | 3bde2b467051d4b204e2ea29f13ace88644b0476 /include/configs/dh_imx6.h | |
| parent | d9c4d66aefeab1a005d71e24cd5349095fdd8916 (diff) | |
Convert CONFIG_SYS_BOOTCOUNT_LE et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_BOOTCOUNT_LE
CONFIG_SYS_BOOTCOUNT_BE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/dh_imx6.h')
| -rw-r--r-- | include/configs/dh_imx6.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/dh_imx6.h b/include/configs/dh_imx6.h index f770b355286..79424647f61 100644 --- a/include/configs/dh_imx6.h +++ b/include/configs/dh_imx6.h @@ -26,9 +26,6 @@ /* Miscellaneous configurable options */ -/* Bootcounter */ -#define CONFIG_SYS_BOOTCOUNT_BE - /* MMC Configs */ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_SYS_FSL_USDHC_NUM 3 |
