diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-09 13:16:35 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-16 14:02:06 -0400 |
commit | 14d88219f1b4f5bbab7da30a16eee0b05650c719 (patch) | |
tree | 47be800758bcf9343b31bc05a2f3531eacd3c6eb /include/configs | |
parent | 72c5472b7d97f5997d85a593056c22a147cecccc (diff) | |
download | u-boot-14d88219f1b4f5bbab7da30a16eee0b05650c719.tar.gz |
Convert CONFIG_BCH to Kconfig
This converts the following to Kconfig:
CONFIG_BCH
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ge_bx50v3.h | 2 | ||||
-rw-r--r-- | include/configs/mx53ppd.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index 47c5974b2e..a959488cb9 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -176,6 +176,4 @@ #define CONFIG_PCIE_IMX_PERST_GPIO IMX_GPIO_NR(7, 12) #define CONFIG_PCIE_IMX_POWER_GPIO IMX_GPIO_NR(1, 5) -#define CONFIG_BCH - #endif /* __GE_BX50V3_CONFIG_H */ diff --git a/include/configs/mx53ppd.h b/include/configs/mx53ppd.h index 2ee66612c2..8c7d1395d0 100644 --- a/include/configs/mx53ppd.h +++ b/include/configs/mx53ppd.h @@ -144,8 +144,6 @@ #define CONFIG_FSL_IIM -#define CONFIG_BCH - /* Backlight Control */ #define CONFIG_IMX6_PWM_PER_CLK 66666000 |