|
@@ -1585,6 +1585,7 @@ static int mxcnd_probe(struct platform_device *pdev)
|
|
this->ecc.mode = NAND_ECC_HW;
|
|
this->ecc.mode = NAND_ECC_HW;
|
|
} else {
|
|
} else {
|
|
this->ecc.mode = NAND_ECC_SOFT;
|
|
this->ecc.mode = NAND_ECC_SOFT;
|
|
|
|
+ this->ecc.algo = NAND_ECC_HAMMING;
|
|
}
|
|
}
|
|
|
|
|
|
/* NAND bus width determines access functions used by upper layer */
|
|
/* NAND bus width determines access functions used by upper layer */
|