summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval/ostest/ld.script
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3220g-eval/ostest/ld.script')
-rw-r--r--nuttx/configs/stm3220g-eval/ostest/ld.script10
1 files changed, 8 insertions, 2 deletions
diff --git a/nuttx/configs/stm3220g-eval/ostest/ld.script b/nuttx/configs/stm3220g-eval/ostest/ld.script
index 0cb680344..46681c4c4 100644
--- a/nuttx/configs/stm3220g-eval/ostest/ld.script
+++ b/nuttx/configs/stm3220g-eval/ostest/ld.script
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/stm3220g-eval/ostest/ld.script
*
- * Copyright (C) 2011 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -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*)