Re: [U-Boot] [PATCH] armv7 cpu_init_crit: Simplify code

2012-10-04 Thread Albert ARIBAUD
Hi Benoît, On Sat, 11 Aug 2012 00:05:16 +0200 (CEST), Benoît Thébaudeau wrote: > We don't need to return to cpu_init_crit after calling lowlevel_init, so > lowlevel_init can directly return to the caller of cpu_init_crit. > > Signed-off-by: Benoît Thébaudeau > Cc: Albert Aribaud > --- > .../

[U-Boot] [PATCH] armv7 cpu_init_crit: Simplify code

2012-08-10 Thread Benoît Thébaudeau
We don't need to return to cpu_init_crit after calling lowlevel_init, so lowlevel_init can directly return to the caller of cpu_init_crit. Signed-off-by: Benoît Thébaudeau Cc: Albert Aribaud --- .../arch/arm/cpu/armv7/start.S |5 + 1 file changed, 1 insertion(+), 4 d