Re: [U-Boot] [PATCH] fsl_elbc_nand: remove the bbt descriptors relocation fixup

2009-11-09 Thread Scott Wood
On Tue, Oct 20, 2009 at 10:30:55AM -0500, Kumar Gala wrote: > > On Oct 20, 2009, at 10:28 AM, Scott Wood wrote: > > >On Tue, Oct 20, 2009 at 10:27:05AM -0500, Kumar Gala wrote: > >> > >>On Oct 20, 2009, at 3:58 AM, Mingkai Hu wrote: > >> > >>>The commit 66372fe2 manually relocated the bbt pattern

Re: [U-Boot] [PATCH] fsl_elbc_nand: remove the bbt descriptors relocation fixup

2009-10-20 Thread Kumar Gala
On Oct 20, 2009, at 10:28 AM, Scott Wood wrote: > On Tue, Oct 20, 2009 at 10:27:05AM -0500, Kumar Gala wrote: >> >> On Oct 20, 2009, at 3:58 AM, Mingkai Hu wrote: >> >>> The commit 66372fe2 manually relocated the bbt pattern pointer, >>> which can be removed by using full relocation. >>> >>> Sign

Re: [U-Boot] [PATCH] fsl_elbc_nand: remove the bbt descriptors relocation fixup

2009-10-20 Thread Scott Wood
On Tue, Oct 20, 2009 at 10:27:05AM -0500, Kumar Gala wrote: > > On Oct 20, 2009, at 3:58 AM, Mingkai Hu wrote: > >> The commit 66372fe2 manually relocated the bbt pattern pointer, >> which can be removed by using full relocation. >> >> Signed-off-by: Mingkai Hu >> --- >> drivers/mtd/nand/fsl_elbc_

Re: [U-Boot] [PATCH] fsl_elbc_nand: remove the bbt descriptors relocation fixup

2009-10-20 Thread Kumar Gala
On Oct 20, 2009, at 3:58 AM, Mingkai Hu wrote: > The commit 66372fe2 manually relocated the bbt pattern pointer, > which can be removed by using full relocation. > > Signed-off-by: Mingkai Hu > --- > drivers/mtd/nand/fsl_elbc_nand.c |4 > 1 files changed, 0 insertions(+), 4 deletions(-)

[U-Boot] [PATCH] fsl_elbc_nand: remove the bbt descriptors relocation fixup

2009-10-20 Thread Mingkai Hu
The commit 66372fe2 manually relocated the bbt pattern pointer, which can be removed by using full relocation. Signed-off-by: Mingkai Hu --- drivers/mtd/nand/fsl_elbc_nand.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/drivers/mtd/nand/fsl_elbc_nand.c b/drivers/mtd