summaryrefslogtreecommitdiffstats
path: root/cpu/at91rm9200/lowlevel.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/at91rm9200/lowlevel.S')
-rw-r--r--cpu/at91rm9200/lowlevel.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/at91rm9200/lowlevel.S b/cpu/at91rm9200/lowlevel.S
index 5521e5d3cc..05887adc0c 100644
--- a/cpu/at91rm9200/lowlevel.S
+++ b/cpu/at91rm9200/lowlevel.S
@@ -30,7 +30,7 @@
#include <config.h>
#include <version.h>
-#ifdef CONFIG_INIT_CRITICAL
+#ifndef CONFIG_SKIP_LOWLEVEL_INIT
/*
* some parameters for the board
*
@@ -197,4 +197,4 @@ SMRDATA1:
.word SDRAM
.word SDRAM_VAL
/* SMRDATA1 is 176 bytes long */
-#endif /* CONFIG_INIT_CRITICAL */
+#endif /* CONFIG_SKIP_LOWLEVEL_INIT */
OpenPOWER on IntegriCloud