summaryrefslogtreecommitdiffstats
path: root/cpu/arm946es/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm946es/start.S')
-rw-r--r--cpu/arm946es/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm946es/start.S b/cpu/arm946es/start.S
index e8c908bf28..6f88482851 100644
--- a/cpu/arm946es/start.S
+++ b/cpu/arm946es/start.S
@@ -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