summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/start-arm.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/cpu/start-arm.S')
-rw-r--r--arch/arm/cpu/start-arm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/start-arm.S b/arch/arm/cpu/start-arm.S
index 8e4d2c2105..a4a18c64dc 100644
--- a/arch/arm/cpu/start-arm.S
+++ b/arch/arm/cpu/start-arm.S
@@ -156,7 +156,7 @@ reset:
* because memory timing is board-dependend, you will
* find a lowlevel_init.S in your board directory.
*/
-#ifndef CONFIG_SKIP_LOWLEVEL_INIT
+#ifdef CONFIG_MACH_DO_LOWLEVEL_INIT
bl board_init_lowlevel
#endif