[U-Boot] [PATCH 1/3] ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency
Fabio Estevam
festevam at gmail.com
Mon Mar 5 19:12:10 CET 2012
On Mon, Mar 5, 2012 at 2:58 PM, Fabio Estevam <festevam at gmail.com> wrote:
> 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.
By "this idea" I mean the removal of CONFIG_ARCH_CPU_INIT.
More information about the U-Boot
mailing list