diff gsm-fw/sysglue/sysinit.S @ 631:7cf154cd3891

gsm-fw/sysglue: prep for building flashable images
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 01 Sep 2014 17:04:19 +0000
parents e201f2130c9b
children 02d14592bb73
line wrap: on
line diff
--- a/gsm-fw/sysglue/sysinit.S	Mon Sep 01 09:28:09 2014 +0000
+++ b/gsm-fw/sysglue/sysinit.S	Mon Sep 01 17:04:19 2014 +0000
@@ -6,16 +6,7 @@
 
 	.section	iram.vectors,"ax",%progbits
 	.code	32
-/* ARM exceptions */
-	b	_arm_undefined
-	b	_arm_swi
-	b	_arm_abort_prefetch
-	b	_arm_abort_data
-	b	_arm_reserved
-/* IRQ */
-	b	_INT_IRQ
-/* FIQ */
-	b	_INT_FIQ
+#include "vectors.S"
 
 	.section	xip.text,"ax",%progbits
 	.code	32