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

> --- /dev/null
> +++ b/drivers/mtd/spi/spi_spl_load.c
>
> +     __attribute__((noreturn)) void (*uboot)(void);

__noreturn
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to