[U-Boot] [PATCH v3 11/15] sf: Add spi_boot() to allow booting from SPI flash in an SPL
Christian Riesch
christian.riesch at omicron.at
Fri Dec 2 16:13:00 CET 2011
Hello Mike,
thanks for your comments!
On Fri, Nov 25, 2011 at 10:32 PM, Mike Frysinger <vapier at 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
More information about the U-Boot
mailing list