aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm920t/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/cpu/arm920t/start.S')
-rw-r--r--arch/arm/cpu/arm920t/start.S14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/cpu/arm920t/start.S b/arch/arm/cpu/arm920t/start.S
index 02cbda9..cba4a1f 100644
--- a/arch/arm/cpu/arm920t/start.S
+++ b/arch/arm/cpu/arm920t/start.S
@@ -35,20 +35,6 @@ reset:
orr r0, r0, #0xd3
msr cpsr, r0
-#if defined(CONFIG_AT91RM9200DK)
- /*
- * relocate exception table
- */
- ldr r0, =_start
- ldr r1, =0x0
- mov r2, #16
-copyex:
- subs r2, r2, #1
- ldr r3, [r0], #4
- str r3, [r1], #4
- bne copyex
-#endif
-
/*
* we do sys-critical inits only at reboot,
* not when booting from ram!