9
0
Fork 0

svn_rev_317

CONFIG_INIT_CRITICAL -> CONFIG_SKIP_LOWLEVEL_INIT
This commit is contained in:
Sascha Hauer 2007-07-05 18:01:43 +02:00 committed by Sascha Hauer
parent 05be7fb930
commit 91f26902b8
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ reset:
* we do sys-critical inits only at reboot,
* not when booting from ram!
*/
#ifdef CONFIG_INIT_CRITICAL
#ifdef CONFIG_SKIP_LOWLEVEL_INIT
bl cpu_init_crit
#endif