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:
Rafaël Carré 2010-03-04 00:08:53 +00:00
parent 9b810734f8
commit 86f2458269
2 changed files with 25 additions and 24 deletions

View file

@ -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 */