Hello Mike,
thanks for your comments!

On Fri, Nov 25, 2011 at 10:32 PM, Mike Frysinger <vap...@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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to