aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC/SPC560Pxx/vectors.s
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/PPC/SPC560Pxx/vectors.s')
-rw-r--r--os/ports/GCC/PPC/SPC560Pxx/vectors.s18
1 files changed, 1 insertions, 17 deletions
diff --git a/os/ports/GCC/PPC/SPC560Pxx/vectors.s b/os/ports/GCC/PPC/SPC560Pxx/vectors.s
index 1d09e9ce3..515fdd188 100644
--- a/os/ports/GCC/PPC/SPC560Pxx/vectors.s
+++ b/os/ports/GCC/PPC/SPC560Pxx/vectors.s
@@ -26,24 +26,8 @@
* @{
*/
-/*
- * Imports the PPC configuration headers.
- */
-#define _FROM_ASM_
-#include "chconf.h"
-#include "chcore.h"
-
#if !defined(__DOXYGEN__)
- /* BAM info, SWT off, WTE off, VLE from settings.*/
- .section .bam, "ax"
-#if PPC_USE_VLE
- .long 0x015A0000
-#else
- .long 0x005A0000
-#endif
- .long _boot_address
-
/* Software vectors table. The vectors are accessed from the IVOR4
handler only. In order to declare an interrupt handler just create
a function withe the same name of a vector, the symbol will
@@ -1099,7 +1083,7 @@ vector259:
.weak vector260
vector260:
- .weak _unhandled_irq
+ .weak _unhandled_irq
.type _unhandled_irq, @function
_unhandled_irq:
b _unhandled_irq