Re: [U-Boot] [PATCH 3/6] Davinci: ea20: Add NAND support

2011-04-12 Thread Ben Gardiner
On Tue, Apr 12, 2011 at 3:29 AM, Stefano Babic wrote: > On 04/11/2011 03:05 PM, Ben Gardiner wrote: >> >>> [...] >>> @@ -143,20 +144,20 @@ int board_init(void) >>>        irq_init(); >>>  #endif >>> >>> -#ifdef CONFIG_NAND_DAVINCI >>>        /* >>>         * NAND CS setup - cycle counts based on d

Re: [U-Boot] [PATCH 3/6] Davinci: ea20: Add NAND support

2011-04-12 Thread Stefano Babic
On 04/11/2011 03:05 PM, Ben Gardiner wrote: Hi Ben, > >> [...] >> @@ -143,20 +144,20 @@ int board_init(void) >>irq_init(); >> #endif >> >> -#ifdef CONFIG_NAND_DAVINCI >>/* >> * NAND CS setup - cycle counts based on da850evm NAND timings in the >> * Linux kernel @

Re: [U-Boot] [PATCH 3/6] Davinci: ea20: Add NAND support

2011-04-11 Thread Ben Gardiner
On Sat, Apr 9, 2011 at 2:05 PM, Stefano Babic wrote: > Signed-off-by: Stefano Babic > CC: Sandeep Paulraj > CC: Scott Wood > [...] > @@ -143,20 +144,20 @@ int board_init(void) >        irq_init(); >  #endif > > -#ifdef CONFIG_NAND_DAVINCI >        /* >         * NAND CS setup - cycle counts ba

[U-Boot] [PATCH 3/6] Davinci: ea20: Add NAND support

2011-04-09 Thread Stefano Babic
Signed-off-by: Stefano Babic CC: Sandeep Paulraj CC: Scott Wood --- board/davinci/ea20/ea20.c | 35 ++- include/configs/ea20.h| 20 +--- 2 files changed, 35 insertions(+), 20 deletions(-) diff --git a/board/davinci/ea20/ea20.c b/board/dav