Skip to content

Commit 01f5e12

Browse files
committed
Delete unnecessary configurations in cortex-r52
1 parent 3a46b46 commit 01f5e12

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

libcpu/arm/cortex-r52/vector_ccs.asm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ resetEntry
2929
b vector_dabort
3030
b vector_resv
3131
b IRQ_Handler
32-
ldr pc,[pc,#-0x1b0]
3332

3433
;-------------------------------------------------------------------------------

libcpu/arm/cortex-r52/vector_gcc.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ system_vectors:
3838
b Reserved_Handler
3939
b IRQ_Handler
4040
b FIQ_Handler
41-
ldr pc,[pc,#-0x1b0]

libcpu/arm/cortex-r52/vector_iar.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,4 @@ system_vectors:
4141
b Reserved_Handler
4242
b IRQ_Handler
4343
b FIQ_Handler
44-
ldr pc,[pc,#-0x1b0]
4544
END

0 commit comments

Comments
 (0)