summaryrefslogtreecommitdiffstats
path: root/arch/m68k/cpu
diff options
context:
space:
mode:
authorMenon, Nishanth <x0nishan@ti.com>2008-05-12 11:35:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-05-12 11:35:15 +0200
commitcb73b0c227daf37bb9422b9dce29c3576d4a5af3 (patch)
tree56f69f6e79686621d5325769cc7db7df04790acf /arch/m68k/cpu
parentcbe7b897b44452ba63021079aeff9a1308c852c5 (diff)
downloadbarebox-cb73b0c227daf37bb9422b9dce29c3576d4a5af3.tar.gz
barebox-cb73b0c227daf37bb9422b9dce29c3576d4a5af3.tar.xz
Change CONFIG_SKIP_LOWLEVEL_INIT to CONFIG_MACH_DO_LOWLEVEL_INIT
as we rather use positive logic. Make it dependent on boards that have it rather than on ARM Signed-off-by: Nishanth Menon <x0nishan@ti.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/m68k/cpu')
-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
*