summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pp/crt0-pp.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/pp/crt0-pp.S')
-rw-r--r--firmware/target/arm/pp/crt0-pp.S5
1 files changed, 0 insertions, 5 deletions
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