[U-Boot] [PATCH 2/7] mtd: SPI Flash: Support the Spansion Flash

Mike Frysinger vapier at gentoo.org
Sun Mar 29 21:34:35 CEST 2009


On Monday 16 March 2009 02:23:50 Hu Mingkai-B21284 wrote:
> From: Mike Frysinger [mailto:vapier at gentoo.org]
> > On Sunday 15 March 2009 22:52:18 Mingkai Hu wrote:
> > > Add MTD SPI Flash support for S25FL008A, S25FL016A, S25FL032A,
> > > S25FL064A, S25FL128P.
> >
> > this doesnt really need to be part of this patch series and
> > can be added all by itself
> >
> > > --- a/drivers/mtd/spi/Makefile
> > > +++ b/drivers/mtd/spi/Makefile
> > > @@ -28,6 +28,7 @@ LIB	:= $(obj)libspi_flash.a
> > >  COBJS-$(CONFIG_SPI_FLASH)	+= spi_flash.o
> > >  COBJS-$(CONFIG_SPI_FLASH_ATMEL)	+= atmel.o
> > >  COBJS-$(CONFIG_SPI_FLASH_STMICRO)	+= stmicro.o
> > > +COBJS-$(CONFIG_SPI_FLASH_SPANSION)     += spansion.o
> >
> > this should be above stmicro -- keep it sorted
> >
> > also, the += is supposed to be indented with a tab, not spaces -mike
>
> Thanks, I'll fix it.

can you post an updated spansion flash driver ?  it can be merged 
independently of the eSPI patch series and it'd be good to get it merged 
sooner so i can push the sf patches without conflicts ...
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20090329/3dfabca6/attachment.pgp 


More information about the U-Boot mailing list