[U-Boot] [PATCH 1/2] arm, arm926ejs: always do cpu critical inits

Albert ARIBAUD albert.u.boot at aribaud.net
Mon Dec 5 18:11:29 CET 2011


Le 29/11/2011 20:27, Tom Rini a écrit :
> On Wed, Nov 9, 2011 at 11:06 PM, Heiko Schocher<hs at denx.de>  wrote:
>> always do the cpu critical inits in cpu_init_crit,
>> and only jump to lowlevel_init, if CONFIG_SKIP_LOWLEVEL_INIT
>> is not defined.
>>
>> Signed-off-by: Heiko Schocher<hs at denx.de>
>> Cc: Albert ARIBAUD<albert.u.boot at aribaud.net>
>> Cc: Wolfgang Denk<hs at denx.de>
>> Cc: Sandeep Paulraj<s-paulraj at ti.com>
>> Cc: Tom Rini<tom.rini at gmail.com>
>> Cc: Christian Riesch<christian.riesch at omicron.at>
>
> (Will be) queued to u-boot-ti, thanks.

Hmm... This commit alters the effect of CONFIG_SKIP_LOWLEVEL_INIT 
without making it possible to recreate it through configuration -- you 
now have to alter the source code to get the same effect as before. I'd 
prefer the CPU init crit code to be kept under a config option, and 
another option to be added for finer control.

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list