commit | 63ee53a7e9f5ec38e6a8e485d2b5f0119ff1c6d1 | [log] [tgz] |
---|---|---|
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | Fri Aug 10 12:05:16 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Oct 04 14:19:07 2012 +0200 |
tree | f859c5b2c5e057b399dd0996884fd474e6175aad | |
parent | 0f20bb601f134540a3608a9da5a7b4155e477ece [diff] |
armv7 cpu_init_crit: Simplify code 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 <benoit.thebaudeau@advansee.com> Cc: Albert Aribaud <albert.u.boot@aribaud.net>