summaryrefslogtreecommitdiffstats
path: root/arch/m68k/cpu/start-mcfv4e.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/cpu/start-mcfv4e.S')
-rw-r--r--arch/m68k/cpu/start-mcfv4e.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/cpu/start-mcfv4e.S b/arch/m68k/cpu/start-mcfv4e.S
index c77fe676bb..489082f9a1 100644
--- a/arch/m68k/cpu/start-mcfv4e.S
+++ b/arch/m68k/cpu/start-mcfv4e.S
@@ -448,7 +448,7 @@ saveland:
*
* Do not jump/call other u-boot code here!
*/
-#ifndef CONFIG_SKIP_LOWLEVEL_INIT
+#ifdef CONFIG_MACH_DO_LOWLEVEL_INIT
bsr.l board_init_lowlevel
nop
#endif
@@ -512,7 +512,7 @@ skip_copy_vectors:
nop
#endif
-#ifndef CONFIG_SKIP_LOWLEVEL_INIT
+#ifdef CONFIG_MACH_DO_LOWLEVEL_INIT
/*
* Call other half of initcode in relocated code
*