Le 29/11/2011 20:27, Tom Rini a écrit :
On Wed, Nov 9, 2011 at 11:06 PM, Heiko Schocher<h...@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<h...@denx.de>
Cc: Albert ARIBAUD<albert.u.b...@aribaud.net>
Cc: Wolfgang Denk<h...@denx.de>
Cc: Sandeep Paulraj<s-paul...@ti.com>
Cc: Tom Rini<tom.r...@gmail.com>
Cc: Christian Riesch<christian.rie...@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.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to