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, Aneeshane...@ti.com wrote: Hi Simon, Scott, On Wed, Jul 27, 2011 at 2:52 PM, Simon Schwarz simonschwarz...@googlemail.com wrote: Dear Scott Wood, On 07/26/2011 08:04 PM, Scott Wood

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 Schwarzsimonschwarz...@googlemail.com wrote: diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile index 8b598f6..cdc9a14 100644 --- a/drivers/mtd/nand/Makefile +++

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 simonschwarz...@googlemail.com wrote: Dear Scott Wood, On 07/26/2011 08:04 PM, Scott Wood wrote: On Tue, 26 Jul 2011 14:09:16 +0200 Simon Schwarzsimonschwarz...@googlemail.com  wrote: diff --git a/drivers/mtd/nand/Makefile

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 ane...@ti.com wrote: Hi Simon, Scott, On Wed, Jul 27, 2011 at 2:52 PM, Simon Schwarz simonschwarz...@googlemail.com 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

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

2011-07-26 Thread Simon Schwarz
Insert some NAND driver sources into NAND SPL library. Signed-off-by: Simon Schwarz simonschwarz...@gmail.com --- V1 changes: CHG Default to HW ecc in SPL build ADD nand_read_buf16 function, read buffer ADD omap_dev_ready function, indicte if chip is ready V2 changes: DEL GPMC_WAIT0_PIN_ACTIVE

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 simonschwarz...@googlemail.com 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

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 scottw...@freescale.com wrote: On Tue, 26 Jul 2011 14:09:16 +0200 Simon Schwarz simonschwarz...@googlemail.com wrote: diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile index 8b598f6..cdc9a14 100644 ---