Re: [U-Boot] [PATCH 1/2] mtd/nand:Fix wrong address read in is_blank()

2012-01-04 Thread Scott Wood
On 12/27/2011 11:22 PM, Prabhakar Kushwaha wrote: IFC NAND Machine calculates ECC on 512byte sector. Same is taken care in fsl_ifc_run_command() while ECC status verification. Here buffer number is calculated assuming 512byte sector and same is passed to is_blank. However in is_blank()

Re: [U-Boot] [PATCH 1/2] mtd/nand:Fix wrong address read in is_blank()

2011-12-28 Thread Kushwaha Prabhakar-B32579
IFC NAND Machine calculates ECC on 512byte sector. Same is taken care in fsl_ifc_run_command() while ECC status verification. Here buffer number is calculated assuming 512byte sector and same is passed to is_blank. However in is_blank() buffer address is calculated using mdt-writesize

Re: [U-Boot] [PATCH 1/2] mtd/nand:Fix wrong address read in is_blank()

2011-12-27 Thread Marek Vasut
IFC NAND Machine calculates ECC on 512byte sector. Same is taken care in fsl_ifc_run_command() while ECC status verification. Here buffer number is calculated assuming 512byte sector and same is passed to is_blank. However in is_blank() buffer address is calculated using mdt-writesize which

Re: [U-Boot] [PATCH 1/2] mtd/nand:Fix wrong address read in is_blank()

2011-12-27 Thread Marek Vasut
IFC NAND Machine calculates ECC on 512byte sector. Same is taken care in fsl_ifc_run_command() while ECC status verification. Here buffer number is calculated assuming 512byte sector and same is passed to is_blank. However in is_blank() buffer address is calculated using