Re: [U-Boot] [PATCH 11/17] SPEAr : Configuring FSMC driver for NAND interface

2010-04-22 Thread Scott Wood
Vipin KUMAR wrote: > On 4/21/2010 10:32 PM, Scott Wood wrote: >> On Wed, Apr 21, 2010 at 01:24:37PM +0530, Vipin KUMAR wrote: >>> diff --git a/board/spear/spear310/spear310.c >>> b/board/spear/spear310/spear310.c >>> index 1207709..3ac62d1 100644 >>> --- a/board/spear/spear310/spear310.c >>> +++ b

Re: [U-Boot] [PATCH 11/17] SPEAr : Configuring FSMC driver for NAND interface

2010-04-21 Thread Vipin KUMAR
On 4/21/2010 10:32 PM, Scott Wood wrote: > On Wed, Apr 21, 2010 at 01:24:37PM +0530, Vipin KUMAR wrote: >> diff --git a/board/spear/spear310/spear310.c >> b/board/spear/spear310/spear310.c >> index 1207709..3ac62d1 100644 >> --- a/board/spear/spear310/spear310.c >> +++ b/board/spear/spear310/spear

Re: [U-Boot] [PATCH 11/17] SPEAr : Configuring FSMC driver for NAND interface

2010-04-21 Thread Scott Wood
On Wed, Apr 21, 2010 at 01:24:37PM +0530, Vipin KUMAR wrote: > diff --git a/board/spear/spear310/spear310.c b/board/spear/spear310/spear310.c > index 1207709..3ac62d1 100644 > --- a/board/spear/spear310/spear310.c > +++ b/board/spear/spear310/spear310.c > @@ -29,7 +29,8 @@ > #include > #include

[U-Boot] [PATCH 11/17] SPEAr : Configuring FSMC driver for NAND interface

2010-04-21 Thread Vipin KUMAR
Since FSMC is a standard IP and it supports different memory interfaces the FSMC is supported independent of spear platform and spear is configured to use that driver for interfacing with the NAND device Signed-off-by: Vipin Kumar --- arch/arm/include/asm/arch-spear/hardware.h |8 +- arch/ar