mtd: nand: mxc: set ECC algorithm explicitly
[cascardo/linux.git] / drivers / mtd / nand / mxc_nand.c
index 854c832..57b1b74 100644 (file)
@@ -1585,6 +1585,7 @@ static int mxcnd_probe(struct platform_device *pdev)
                this->ecc.mode = NAND_ECC_HW;
        } else {
                this->ecc.mode = NAND_ECC_SOFT;
+               this->ecc.algo = NAND_ECC_HAMMING;
        }
 
        /* NAND bus width determines access functions used by upper layer */