
2 Dec
2011
2 Dec
'11
4:13 p.m.
Hello Mike, thanks for your comments!
On Fri, Nov 25, 2011 at 10:32 PM, Mike Frysinger vapier@gentoo.org wrote:
On Friday 25 November 2011 07:37:40 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
COBJS-$(CONFIG_SPL_SPI_LOAD) += spi_spl_load.o
Ok, I'll change that.
--- /dev/null +++ b/drivers/mtd/spi/spi_spl_load.c
- __attribute__((noreturn)) void (*uboot)(void);
__noreturn -mike
Ok. Regards, Christian