aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC/SPC56ELxx/ld/SPC56EL70_LSM.ld
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-06 10:35:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-06 10:35:15 +0000
commit46cc8ccb2b049dda17dd9589395abbebc5934f67 (patch)
tree125d5f3e4b5cd32f2d9ef926f8229c5db2228ca4 /os/ports/GCC/PPC/SPC56ELxx/ld/SPC56EL70_LSM.ld
parentbd4e2c6c6456b6115701a823614c348c9c27fc02 (diff)
downloadChibiOS-46cc8ccb2b049dda17dd9589395abbebc5934f67.tar.gz
ChibiOS-46cc8ccb2b049dda17dd9589395abbebc5934f67.tar.bz2
ChibiOS-46cc8ccb2b049dda17dd9589395abbebc5934f67.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5119 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/PPC/SPC56ELxx/ld/SPC56EL70_LSM.ld')
-rw-r--r--os/ports/GCC/PPC/SPC56ELxx/ld/SPC56EL70_LSM.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/PPC/SPC56ELxx/ld/SPC56EL70_LSM.ld b/os/ports/GCC/PPC/SPC56ELxx/ld/SPC56EL70_LSM.ld
index 0f7c4f0d6..e39e14b4e 100644
--- a/os/ports/GCC/PPC/SPC56ELxx/ld/SPC56EL70_LSM.ld
+++ b/os/ports/GCC/PPC/SPC56ELxx/ld/SPC56EL70_LSM.ld
@@ -48,7 +48,7 @@ SECTIONS
{
__ivpr_base__ = .;
KEEP(*(.bam))
- KEEP(*(.hwconf))
+ KEEP(*(.coreinit))
KEEP(*(.crt0))
KEEP(*(.handlers))
. = ALIGN(0x800);