[U-Boot] [PATCH 2/7] mtd: SPI Flash: Support the Spansion Flash
Mike Frysinger
vapier at gentoo.org
Mon Mar 16 05:38:29 CET 2009
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
-------------- 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/20090316/777189a9/attachment.pgp
More information about the U-Boot
mailing list