[U-Boot] [PATCH 1/3] ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency

Fabio Estevam festevam at gmail.com
Mon Mar 5 18:58:35 CET 2012


On Mon, Mar 5, 2012 at 2:52 PM, Tom Rini <trini at 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


More information about the U-Boot mailing list