diff options
author | Adam Ford <aford173@gmail.com> | 2017-08-11 09:46:05 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-01 20:45:26 -0400 |
commit | 6ef2f90108e2cf101d931c71ea7904f2b6301641 (patch) | |
tree | 44c701cc24f7632835b60be65ca9737020c2a827 /include/configs/omap3_overo.h | |
parent | edd1653f04b3fae7e377be5f89e592f2b6266426 (diff) | |
download | u-boot-6ef2f90108e2cf101d931c71ea7904f2b6301641.tar.gz |
Convert CONFIG_BCH to Kconfig
This converts the following to Kconfig:
CONFIG_BCH
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/omap3_overo.h')
-rw-r--r-- | include/configs/omap3_overo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index f7dda87ab1..d53657f916 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -17,8 +17,6 @@ #undef CONFIG_SPL_TEXT_BASE #define CONFIG_SPL_TEXT_BASE 0x40200000 -#define CONFIG_BCH - /* call misc_init_r */ #define CONFIG_MISC_INIT_R |