diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-02 16:42:37 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-22 10:31:48 -0500 |
commit | 71894173bb15fffacb166bdc04168a0fcb86cbbf (patch) | |
tree | 312f395269dc9c0296b7c1659caf61a8967f7cdd /include/configs/m53menlo.h | |
parent | e52fca2236153341c495bff3c5631fcced291ffe (diff) | |
download | u-boot-71894173bb15fffacb166bdc04168a0fcb86cbbf.tar.gz |
Convert CONFIG_MXC_NAND_HWECC to Kconfig
This converts the following to Kconfig:
CONFIG_MXC_NAND_HWECC
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/m53menlo.h')
-rw-r--r-- | include/configs/m53menlo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h index 189b2113f75..d42ad9acb40 100644 --- a/include/configs/m53menlo.h +++ b/include/configs/m53menlo.h @@ -48,7 +48,6 @@ #define CONFIG_MXC_NAND_REGS_BASE NFC_BASE_ADDR_AXI #define CONFIG_MXC_NAND_IP_REGS_BASE NFC_BASE_ADDR #define CFG_SYS_NAND_LARGEPAGE -#define CONFIG_MXC_NAND_HWECC #endif /* |