
commit 4fee6c2f295f932b8febdc7ce8731ba045695fa5 nand: make 1-bit software ECC configurable
breaks boards using Software ECC and requires that CONFIG_MTD_ECC_SOFT is set to have the previous behavior. Fix for mcx board.
Signed-off-by: Stefano Babic sbabic@denx.de Tom Rini trini@ti.com --- include/configs/mcx.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/mcx.h b/include/configs/mcx.h index 1315c3c..d9bb700 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -140,6 +140,7 @@ #define CONFIG_MTD_PARTITIONS #define CONFIG_MTD_DEVICE #define CONFIG_CMD_MTDPARTS +#define CONFIG_MTD_ECC_SOFT
#undef CONFIG_CMD_FLASH /* flinfo, erase, protect */ #undef CONFIG_CMD_FPGA /* FPGA configuration Support */