summaryrefslogtreecommitdiff
path: root/firmware/target/arm/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/crt0.S')
-rw-r--r--firmware/target/arm/crt0.S24
1 files changed, 0 insertions, 24 deletions
diff --git a/firmware/target/arm/crt0.S b/firmware/target/arm/crt0.S
index c552e44320..581a997477 100644
--- a/firmware/target/arm/crt0.S
+++ b/firmware/target/arm/crt0.S
@@ -34,30 +34,6 @@ start:
34 msr cpsr_c, #0xd3 /* enter supervisor mode, disable IRQ */ 34 msr cpsr_c, #0xd3 /* enter supervisor mode, disable IRQ */
35 35
36#ifndef BOOTLOADER 36#ifndef BOOTLOADER
37#if CONFIG_CPU == PNX0101
38
39#ifndef DEBUG
40 ldr r0, =0x80105000
41 mov r1, #1
42 str r1, [r0, #4]
43 mov r1, #0
44 str r1, [r0, #4]
451: ldr r1, [r0]
46 cmp r1, #0
47 bne 1b
48 mov r1, #0x74
49 str r1, [r0, #8]
50 mov r1, #2
51 str r1, [r0, #0x18]
52 mov r1, #0x120
53 str r1, [r0, #0x30]
54 mov r1, #6
55 str r1, [r0, #4]
56 ldr r0, =1f
57 mov r15, r0
581:
59#endif /* !DEBUG */
60#endif /* chipset specific */
61 37
62#ifndef DEBUG 38#ifndef DEBUG
63 /* Copy exception handler code to address 0 */ 39 /* Copy exception handler code to address 0 */