summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval/telnetd/ld.script
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-07 22:32:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-07 22:32:35 +0000
commit76679d0c390efeb91f64d0be626ae4cfb2df93a6 (patch)
treea89d116e448e00f782ae1d9fdd3742f7264e728c /nuttx/configs/stm3220g-eval/telnetd/ld.script
parentbcb1a538de42c6ac901be52239a9e907734a9e0f (diff)
downloadpx4-nuttx-76679d0c390efeb91f64d0be626ae4cfb2df93a6.tar.gz
px4-nuttx-76679d0c390efeb91f64d0be626ae4cfb2df93a6.tar.bz2
px4-nuttx-76679d0c390efeb91f64d0be626ae4cfb2df93a6.zip
Updates the STM3220G-EVAL configurations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4572 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3220g-eval/telnetd/ld.script')
-rw-r--r--nuttx/configs/stm3220g-eval/telnetd/ld.script8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/configs/stm3220g-eval/telnetd/ld.script b/nuttx/configs/stm3220g-eval/telnetd/ld.script
index f7f48769e..40ab6eada 100644
--- a/nuttx/configs/stm3220g-eval/telnetd/ld.script
+++ b/nuttx/configs/stm3220g-eval/telnetd/ld.script
@@ -33,7 +33,7 @@
*
****************************************************************************/
-/* The STM32F103ZET6 has 1024Kb of FLASH beginning at address 0x0800:0000 and
+/* The STM32F207IGH6U has 1024Kb of FLASH beginning at address 0x0800:0000 and
* 192Kb of SRAM. SRAM is split up into three blocks:
*
* 1) 112Kb of SRAM beginning at address 0x2000:0000
@@ -72,6 +72,12 @@ SECTIONS
_etext = ABSOLUTE(.);
} > flash
+ .init_section : {
+ _sinit = ABSOLUTE(.);
+ *(.init_array .init_array.*)
+ _einit = ABSOLUTE(.);
+ } > flash
+
__exidx_start = ABSOLUTE(.);
.ARM.exidx : {
*(.ARM.exidx*)