[U-Boot] [PATCH] OneNAND: Runtime badblock support

2009-07-21 Thread Kyungmin Park
At bootloader, we don't need to read full page. It takes too long time. Instead it only read pages required for boot. Of course, this patch reduces the boot time Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- diff --git a/drivers/mtd/onenand/onenand_bbt.c

Re: [U-Boot] [PATCH] OneNAND: Runtime badblock support

2009-07-21 Thread Wolfgang Denk
Dear Kyungmin Park, In message 20090721095528.ga23...@july you wrote: At bootloader, we don't need to read full page. It takes too long time. Instead it only read pages required for boot. Of course, this patch reduces the boot time What does don't need to read full page mean? when we read

Re: [U-Boot] [PATCH] OneNAND: Runtime badblock support

2009-07-21 Thread Kyungmin Park
Hi, On Tue, Jul 21, 2009 at 7:50 PM, Wolfgang Denkw...@denx.de wrote: Dear Kyungmin Park, In message 20090721095528.ga23...@july you wrote: At bootloader, we don't need to read full page. It takes too long time. Instead it only read pages required for boot. Of course, this patch reduces the