mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
mkamsboot/dualboot: make the unused vectors be infinite loops
Patch by Tobias Diedrich git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25018 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9b810734f8
commit
86f2458269
2 changed files with 25 additions and 24 deletions
|
|
@ -32,14 +32,15 @@
|
|||
/* Vectors */
|
||||
|
||||
ldr pc, =start /* reset vector */
|
||||
/* next vectors are unused */
|
||||
.word 0
|
||||
.word 0
|
||||
.word 0
|
||||
.word 0
|
||||
.word 0
|
||||
.word 0
|
||||
.word 0
|
||||
/* next vectors are unused, halt cpu */
|
||||
1: b 1b
|
||||
1: b 1b
|
||||
1: b 1b
|
||||
1: b 1b
|
||||
1: b 1b
|
||||
1: b 1b
|
||||
1: b 1b
|
||||
|
||||
|
||||
/* These values are filled in by mkamsboot - don't move them from offset 0x20 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue