<div>Hi,</div>
<div>&nbsp;</div>
<div>I am working on the NAND driver for an ARM based SoC which has Samsung K9K1208Q0C 64MB nand (Size of oobblock = 512 and Amount of oob data per block = 16). The driver is up and working. This nand chip is capable of generating hardware ECC. Now I want to integrate the Hardware ECC support into&nbsp;my NAND&nbsp;driver. How I should populate the &quot;eccmode&quot; and &quot;options&quot; fields of the nand_chip structure? Can I use NAND_HWECC_SYNDROME as one of the options?
</div>
<div>&nbsp;</div>
<div>Thanks in advance,</div>
<div>Sudhakar</div>