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

Albert ARIBAUD albert.u.boot at aribaud.net
Thu Mar 1 21:51:57 CET 2012


Le 01/03/2012 15:02, Fabio Estevam a écrit :
> Create a weak-aliased arch_cpu_init, so that we can get rid of CONFIG_ARCH_CPU_INIT
> and always call arch_cpu_init.
>
> This way we do not need to define CONFIG_ARCH_CPU_INIT in every board file, since
> arch_cpu_init() is supposed to handle common CPU level code.

This adds (some) (functionally dead) code to all boards that did not 
require arch_cpu_init().

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list