On Mon, Mar 5, 2012 at 2:52 PM, Tom Rini <tr...@ti.com> wrote:

>> +int __arch_cpu_init(void)
>> +{
>> +     return 0;
>> +}
>> +int arch_cpu_init(void)
>> +     __attribute__((weak, alias("__arch_cpu_init")));
>> +
>
> Please add <linux/compiler.h> and use __weak instead.

Ok, before I rework this patch I would like to confirm with Albert if
I should proceed with this patch series, or if he NACKs this idea.

Regards,

Fabio Estevam
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to