aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-08-07 15:34:20 +0000
committerutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-08-07 15:34:20 +0000
commit848189f19a4e7d6c5bef4aa38e32cf7308e0e149 (patch)
treeb35e3385331843f055855417c190f7f2880a9593
parent282f43823a0891a53b7368c56beed89f6ba1d9a7 (diff)
downloadChibiOS-848189f19a4e7d6c5bef4aa38e32cf7308e0e149.tar.gz
ChibiOS-848189f19a4e7d6c5bef4aa38e32cf7308e0e149.tar.bz2
ChibiOS-848189f19a4e7d6c5bef4aa38e32cf7308e0e149.zip
[KINETIS] Add missing entry to linker script
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7155 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/common/ports/ARMCMx/compilers/GCC/ld/KL25Z128.ld2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/common/ports/ARMCMx/compilers/GCC/ld/KL25Z128.ld b/os/common/ports/ARMCMx/compilers/GCC/ld/KL25Z128.ld
index 62c991c4a..6ad7d4c22 100644
--- a/os/common/ports/ARMCMx/compilers/GCC/ld/KL25Z128.ld
+++ b/os/common/ports/ARMCMx/compilers/GCC/ld/KL25Z128.ld
@@ -23,6 +23,8 @@
__main_stack_size__ = 0x0400;
__process_stack_size__ = 0x0400;
+ENTRY(Reset_Handler)
+
MEMORY
{
flash0 : org = 0x00000000, len = 0xc0