Re: [U-Boot] [PATCH V4 3/5] nand spl: add NAND Library to new SPL

2011-07-28 Thread Aneesh V
Hi Scott, On Thursday 28 July 2011 03:31 AM, Scott Wood wrote: > On Wed, 27 Jul 2011 20:25:44 +0530 > "V, Aneesh" wrote: > >> Hi Simon, Scott, >> >> On Wed, Jul 27, 2011 at 2:52 PM, Simon Schwarz >> wrote: >>> Dear Scott Wood, >>> >>> On 07/26/2011 08:04 PM, Scott Wood wrote: You're assumi

Re: [U-Boot] [PATCH V4 3/5] nand spl: add NAND Library to new SPL

2011-07-27 Thread Scott Wood
On Wed, 27 Jul 2011 20:25:44 +0530 "V, Aneesh" wrote: > Hi Simon, Scott, > > On Wed, Jul 27, 2011 at 2:52 PM, Simon Schwarz > wrote: > > Dear Scott Wood, > > > > On 07/26/2011 08:04 PM, Scott Wood wrote: > >> You're assuming all NAND SPLs will want nand_ecc -- this will not fit in > >> most cur

Re: [U-Boot] [PATCH V4 3/5] nand spl: add NAND Library to new SPL

2011-07-27 Thread V, Aneesh
Hi Simon, Scott, On Wed, Jul 27, 2011 at 2:52 PM, Simon Schwarz wrote: > Dear Scott Wood, > > On 07/26/2011 08:04 PM, Scott Wood wrote: >> On Tue, 26 Jul 2011 14:09:16 +0200 >> Simon Schwarz  wrote: >> >>> diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile >>> index 8b598f6..cdc9a

Re: [U-Boot] [PATCH V4 3/5] nand spl: add NAND Library to new SPL

2011-07-27 Thread Simon Schwarz
Dear Scott Wood, On 07/26/2011 08:04 PM, Scott Wood wrote: > On Tue, 26 Jul 2011 14:09:16 +0200 > Simon Schwarz wrote: > >> diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile >> index 8b598f6..cdc9a14 100644 >> --- a/drivers/mtd/nand/Makefile >> +++ b/drivers/mtd/nand/Makefile >>

Re: [U-Boot] [PATCH V4 3/5] nand spl: add NAND Library to new SPL

2011-07-26 Thread Scott Wood
On Tue, 26 Jul 2011 13:04:01 -0500 Scott Wood wrote: > On Tue, 26 Jul 2011 14:09:16 +0200 > Simon Schwarz wrote: > > > diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile > > index 8b598f6..cdc9a14 100644 > > --- a/drivers/mtd/nand/Makefile > > +++ b/drivers/mtd/nand/Makefile > >

Re: [U-Boot] [PATCH V4 3/5] nand spl: add NAND Library to new SPL

2011-07-26 Thread Scott Wood
On Tue, 26 Jul 2011 14:09:16 +0200 Simon Schwarz wrote: > diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile > index 8b598f6..cdc9a14 100644 > --- a/drivers/mtd/nand/Makefile > +++ b/drivers/mtd/nand/Makefile > @@ -26,12 +26,16 @@ include $(TOPDIR)/config.mk > LIB := $(obj)libna