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

2011-12-05 Thread Heiko Schocher
Hello Albert, Albert ARIBAUD wrote: > Le 29/11/2011 20:27, Tom Rini a écrit : >> On Wed, Nov 9, 2011 at 11:06 PM, Heiko Schocher 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

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

2011-12-05 Thread Albert ARIBAUD
Le 29/11/2011 20:27, Tom Rini a écrit : On Wed, Nov 9, 2011 at 11:06 PM, Heiko Schocher 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 Cc: Albert ARIBAUD Cc: Wolfgang Denk Cc:

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

2011-11-29 Thread Tom Rini
On Wed, Nov 9, 2011 at 11:06 PM, Heiko Schocher 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 > Cc: Albert ARIBAUD > Cc: Wolfgang Denk > Cc: Sandeep Paulraj > Cc: To

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

2011-11-09 Thread Heiko Schocher
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 Cc: Albert ARIBAUD Cc: Wolfgang Denk Cc: Sandeep Paulraj Cc: Tom Rini Cc: Christian Riesch --- arch/arm/cpu/arm926ejs/start.S |6