summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval/nsh2/ld.script
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3220g-eval/nsh2/ld.script')
-rw-r--r--nuttx/configs/stm3220g-eval/nsh2/ld.script8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/configs/stm3220g-eval/nsh2/ld.script b/nuttx/configs/stm3220g-eval/nsh2/ld.script
index 23c3d87c5..f01dc2b83 100644
--- a/nuttx/configs/stm3220g-eval/nsh2/ld.script
+++ b/nuttx/configs/stm3220g-eval/nsh2/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*)