summaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorNishanth Menon <x0nishan@ti.com>2008-06-05 19:45:03 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-05 19:45:03 +0200
commit9a364f5157fe73e3e1d5ce5f66b2408a94c40eca (patch)
tree2fdb95e5cf4311d4c8f1a5f8b41b49f552f2182b /arch/m68k
parent596c8450727ff2c9e2a8053e83280682d813c82f (diff)
downloadbarebox-9a364f5157fe73e3e1d5ce5f66b2408a94c40eca.tar.gz
barebox-9a364f5157fe73e3e1d5ce5f66b2408a94c40eca.tar.xz
001-arch-config
[Patch 01/17][Try 3] U-Boot-V2: ARM: Add ARCH lowlevel Init This Patch adds CONFIG_ARCH_HAS_LOWLEVEL_INIT as discussed in thread http://www.nabble.com/-Patch--U-Boot-V2%3A-Introduce-CONFIG_ARCH_HAS_INIT_LOWLEVEL-to17134638.html#a17188894 Signed-off-by: Nishanth Menon<x0nishan@ti.com>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/cpu/start-mcfv4e.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/cpu/start-mcfv4e.S b/arch/m68k/cpu/start-mcfv4e.S
index 489082f9a1..c8885d756c 100644
--- a/arch/m68k/cpu/start-mcfv4e.S
+++ b/arch/m68k/cpu/start-mcfv4e.S
@@ -406,7 +406,7 @@ reset:
* standard reset vector file, but also do some special things
* required only on their specific CPU.
*/
-#ifdef ARCH_HAS_INIT_LOWLEVEL
+#ifdef CONFIG_ARCH_HAS_LOWLEVEL_INIT
bsr.l arch_init_lowlevel
nop
#endif