summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed/head-sa1100.S
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-03-09 20:33:35 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-03-09 20:33:35 +0000
commit116674acc97ba75a720329996877077d988443a2 (patch)
tree6a3f2ff0b612ae2ee8a3f3509370c9e6333a53b3 /arch/arm/boot/compressed/head-sa1100.S
parent71118c319fcae4a138f16e35b4f7e0a6d53ce2ca (diff)
Merge with Linux 2.4.2.
Diffstat (limited to 'arch/arm/boot/compressed/head-sa1100.S')
-rw-r--r--arch/arm/boot/compressed/head-sa1100.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/compressed/head-sa1100.S b/arch/arm/boot/compressed/head-sa1100.S
index 73cef4bd8..f49ceb5e6 100644
--- a/arch/arm/boot/compressed/head-sa1100.S
+++ b/arch/arm/boot/compressed/head-sa1100.S
@@ -11,10 +11,6 @@
#include <linux/linkage.h>
#include <asm/mach-types.h>
-#ifndef CONFIG_ARCH_SA1100
-#error What am I doing here...
-#endif
-
.section ".start", #alloc, #execinstr
__SA1100_start:
@@ -54,6 +50,8 @@ __SA1100_start:
bic r0, r0, #0x0d @ clear WB, DC, MMU
bic r0, r0, #0x1000 @ clear Icache
mcr p15, 0, r0, c1, c0, 0
+
+#ifdef CONFIG_ANGELBOOT
/*
* Pause for a short time so that we give enough time
* for the host to start a terminal up.
@@ -61,3 +59,5 @@ __SA1100_start:
mov r0, #0x00200000
1: subs r0, r0, #1
bne 1b
+#endif
+