summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/pnx0101/crt0-pnx0101.S5
-rw-r--r--firmware/target/arm/pp/crt0-pp.S5
-rw-r--r--firmware/target/arm/pp/crt0-pp502x-bl-usb.S5
3 files changed, 0 insertions, 15 deletions
diff --git a/firmware/target/arm/pnx0101/crt0-pnx0101.S b/firmware/target/arm/pnx0101/crt0-pnx0101.S
index f297c29d0c..51be8c72a3 100644
--- a/firmware/target/arm/pnx0101/crt0-pnx0101.S
+++ b/firmware/target/arm/pnx0101/crt0-pnx0101.S
@@ -203,11 +203,6 @@ fiq_handler:
203 ldmfd sp!, {r0-r7, r12, lr} 203 ldmfd sp!, {r0-r7, r12, lr}
204 subs pc, lr, #4 204 subs pc, lr, #4
205 205
206data_abort_handler:
207 sub r0, lr, #8
208 mov r1, #2
209 b UIE
210
211irq_handler: 206irq_handler:
212#ifndef STUB 207#ifndef STUB
213 stmfd sp!, {r0-r11, r12, lr} 208 stmfd sp!, {r0-r11, r12, lr}
diff --git a/firmware/target/arm/pp/crt0-pp.S b/firmware/target/arm/pp/crt0-pp.S
index 5a9835a71f..4e7621ecc8 100644
--- a/firmware/target/arm/pp/crt0-pp.S
+++ b/firmware/target/arm/pp/crt0-pp.S
@@ -402,11 +402,6 @@ prefetch_abort_handler:
402 mov r1, #1 402 mov r1, #1
403 b UIE 403 b UIE
404 404
405data_abort_handler:
406 sub r0, lr, #8
407 mov r1, #2
408 b UIE
409
410/* Align stacks to cache line boundary */ 405/* Align stacks to cache line boundary */
411 .balign 32 406 .balign 32
412 407
diff --git a/firmware/target/arm/pp/crt0-pp502x-bl-usb.S b/firmware/target/arm/pp/crt0-pp502x-bl-usb.S
index 7b0489b2a8..93b1fbaeb5 100644
--- a/firmware/target/arm/pp/crt0-pp502x-bl-usb.S
+++ b/firmware/target/arm/pp/crt0-pp502x-bl-usb.S
@@ -351,11 +351,6 @@ prefetch_abort_handler:
351 mov r1, #1 351 mov r1, #1
352 b UIE 352 b UIE
353 353
354data_abort_handler:
355 sub r0, lr, #8
356 mov r1, #2
357 b UIE
358
359/* should never happen in the bootloader */ 354/* should never happen in the bootloader */
360fiq_handler: 355fiq_handler:
361 subs pc, lr, #4 356 subs pc, lr, #4