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-05 15:21:45 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-05 15:21:45 +0000
commit6b7d664946582f084ae30c920c389d074819ad09 (patch)
tree7bd2d4dacde8e2683642e47a485280fdef961e0b /os/ports/GCC/PPC/SPC56ELxx/ld/SPC56EL70_LSM.ld
parent56ed7a20142b6a136094221aaccd8f3e9ecd7e6b (diff)
downloadChibiOS-6b7d664946582f084ae30c920c389d074819ad09.tar.gz
ChibiOS-6b7d664946582f084ae30c920c389d074819ad09.tar.bz2
ChibiOS-6b7d664946582f084ae30c920c389d074819ad09.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5116 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 cdd4218ea..0f7c4f0d6 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(*(.hwinit))
+ KEEP(*(.hwconf))
KEEP(*(.crt0))
KEEP(*(.handlers))
. = ALIGN(0x800);