summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tms320dm320/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tms320dm320/crt0.S')
-rw-r--r--firmware/target/arm/tms320dm320/crt0.S14
1 files changed, 7 insertions, 7 deletions
diff --git a/firmware/target/arm/tms320dm320/crt0.S b/firmware/target/arm/tms320dm320/crt0.S
index e774152336..440897d67f 100644
--- a/firmware/target/arm/tms320dm320/crt0.S
+++ b/firmware/target/arm/tms320dm320/crt0.S
@@ -120,13 +120,13 @@ start_loc:
120 120
121/* Exception handlers. Will be copied to address 0 after memory remapping */ 121/* Exception handlers. Will be copied to address 0 after memory remapping */
122 .section .vectors,"aw" 122 .section .vectors,"aw"
123 b start 123 b start
124 b undef_instr_handler 124 b undef_instr_handler
125 b software_int_handler 125 b software_int_handler
126 b prefetch_abort_handler 126 b prefetch_abort_handler
127 b data_abort_handler 127 b data_abort_handler
128 b reserved_handler 128 b reserved_handler
129 b irq_handler 129 b irq_handler
130 b fiq_handler 130 b fiq_handler
131 131
132 .text 132 .text