From 5a597d99c4fa249ff2e097356ee709c3f9724640 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 25 Jan 2011 02:21:16 +0100 Subject: Having the board actually booting; the reset handler needs to be referenced by name and not by section to have a proper thumb pointer. --- arch/arm/lpc17xx/startup.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/lpc17xx/startup.s b/arch/arm/lpc17xx/startup.s index 734e468..ff58b7b 100644 --- a/arch/arm/lpc17xx/startup.s +++ b/arch/arm/lpc17xx/startup.s @@ -58,7 +58,7 @@ __cs3_heap_end: __cs3_interrupt_vector_cortex_m: .long __cs3_stack /* Top of Stack */ - .long __cs3_reset /* Reset Handler */ + .long __cs3_reset_cortex_m /* Reset Handler */ .long NMI_Handler /* NMI Handler */ .long HardFault_Handler /* Hard Fault Handler */ .long MemManage_Handler /* MPU Fault Handler */ -- cgit v1.2.3