
21 Nov
2011
21 Nov
'11
8:13 p.m.
On 11/21/2011 01:07 PM, Mike Frysinger wrote:
On Monday 21 November 2011 11:33:43 Christian Riesch wrote:
--- a/drivers/mtd/spi/Makefile +++ b/drivers/mtd/spi/Makefile
+ifdef CONFIG_SPL_BUILD +ifdef CONFIG_SPL_SPI_LOAD +COBJS-y += spi_spl_load.o +endif +endif
if it's SPL only, then it should probably be in the spl/ tree somewhere ?
That's not how the NAND stuff got done -- we should be consistent here. I think it's nice to keep all drivers, SPL or not, for a given type of hardware in one place.
-Scott