summaryrefslogtreecommitdiff
path: root/arch/arm/lpc17xx/startup.s
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-01-27 22:19:47 -0800
committerPixel <pixel@nobis-crew.org>2011-01-27 22:19:47 -0800
commit27e7b701ceb1a96070b8eeadf85d3643a7adcc4e (patch)
treeaba7654851c249075127a100813ed21bf51c2d41 /arch/arm/lpc17xx/startup.s
parentbcfc9ad0a5d72f6d49fa96f221fdcb0930862539 (diff)
I fail at C-programming. Base VTOR address now works properly.
Diffstat (limited to 'arch/arm/lpc17xx/startup.s')
-rw-r--r--arch/arm/lpc17xx/startup.s8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/lpc17xx/startup.s b/arch/arm/lpc17xx/startup.s
index 86365c1..564c4d7 100644
--- a/arch/arm/lpc17xx/startup.s
+++ b/arch/arm/lpc17xx/startup.s
@@ -129,14 +129,6 @@ __cs3_interrupt_vector_cortex_m:
.long BusFault_Handler /* Bus Fault Handler */
.long UsageFault_Handler /* Usage Fault Handler */
.long 0 /* Reserved - ROM CRC check ? */
- .long 0 /* Reserved */
- .long 0 /* Reserved */
- .long 0 /* Reserved */
- .long vPortSVCHandler /* SVCall Handler */
- .long DebugMon_Handler /* Debug Monitor Handler */
- .long 0 /* Reserved */
- .long xPortPendSVHandler /* PendSV Handler */
- .long xPortSysTickHandler /* SysTick Handler */
.size __cs3_interrupt_vector_cortex_m, . - __cs3_interrupt_vector_cortex_m