On Mon, Mar 5, 2012 at 2:58 PM, Fabio Estevam <feste...@gmail.com> wrote:
> 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.

By "this idea" I mean the removal of CONFIG_ARCH_CPU_INIT.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to