Re: [U-Boot] [PATCH] fsmc: Skip BBT scan for bad block management

2012-12-07 Thread Scott Wood
On 12/06/2012 10:38:32 PM, Vipin Kumar wrote: On 12/7/2012 12:57 AM, Scott Wood wrote: On 12/06/2012 01:21:28 AM, Vipin Kumar wrote: This patch forces to read the bad block marker from location 0 in large page nand devices and location 5 in small page devices. Signed-off-by: Vipin Kumar Review

Re: [U-Boot] [PATCH] fsmc: Skip BBT scan for bad block management

2012-12-06 Thread Vipin Kumar
On 12/7/2012 12:57 AM, Scott Wood wrote: On 12/06/2012 01:21:28 AM, Vipin Kumar wrote: This patch forces to read the bad block marker from location 0 in large page nand devices and location 5 in small page devices. Signed-off-by: Vipin Kumar Reviewed-by: Shiraz Hashim --- drivers/mtd/nand/fsm

Re: [U-Boot] [PATCH] fsmc: Skip BBT scan for bad block management

2012-12-06 Thread Scott Wood
On 12/06/2012 01:21:28 AM, Vipin Kumar wrote: This patch forces to read the bad block marker from location 0 in large page nand devices and location 5 in small page devices. Signed-off-by: Vipin Kumar Reviewed-by: Shiraz Hashim --- drivers/mtd/nand/fsmc_nand.c | 2 +- 1 file changed, 1 inse

[U-Boot] [PATCH] fsmc: Skip BBT scan for bad block management

2012-12-05 Thread Vipin Kumar
This patch forces to read the bad block marker from location 0 in large page nand devices and location 5 in small page devices. Signed-off-by: Vipin Kumar Reviewed-by: Shiraz Hashim --- drivers/mtd/nand/fsmc_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/