From 76679d0c390efeb91f64d0be626ae4cfb2df93a6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 7 Apr 2012 22:32:35 +0000 Subject: Updates the STM3220G-EVAL configurations git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4572 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm3220g-eval/nsh/ld.script | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/stm3220g-eval/nsh/ld.script') diff --git a/nuttx/configs/stm3220g-eval/nsh/ld.script b/nuttx/configs/stm3220g-eval/nsh/ld.script index 005caabf2..a20a27500 100644 --- a/nuttx/configs/stm3220g-eval/nsh/ld.script +++ b/nuttx/configs/stm3220g-eval/nsh/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/stm3220g-eval/nsh/ld.script * - * Copyright (C) 2011 Gregory Nutt. All rights reserved. + * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * 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*) -- cgit v1.2.3