diff options
author | Adam Ford | 2017-08-11 09:46:05 -0500 |
---|---|---|
committer | Tom Rini | 2017-09-01 20:45:26 -0400 |
commit | 6ef2f90108e2cf101d931c71ea7904f2b6301641 (patch) | |
tree | 44c701cc24f7632835b60be65ca9737020c2a827 /include/configs/am3517_evm.h | |
parent | edd1653f04b3fae7e377be5f89e592f2b6266426 (diff) |
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/am3517_evm.h')
-rw-r--r-- | include/configs/am3517_evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index 0dd6ceacaef..e7ef3dde8f0 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -105,7 +105,6 @@ #ifdef CONFIG_NAND #define CONFIG_NAND_OMAP_GPMC #define CONFIG_NAND_OMAP_GPMC_PREFETCH -#define CONFIG_BCH #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */ /* to access nand */ #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */ |