summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-03 17:39:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-03 17:39:58 +0000
commit7b77e67704cb94a9576c0b06638542dc0f760c3a (patch)
tree9d473af3a6be0299079b52161f8bcb082c2a0a11 /nuttx/configs/stm3210e-eval/ostest
parent6b02656019eec83657fad94d4e685ff516e471ae (diff)
downloadpx4-nuttx-7b77e67704cb94a9576c0b06638542dc0f760c3a.tar.gz
px4-nuttx-7b77e67704cb94a9576c0b06638542dc0f760c3a.tar.bz2
px4-nuttx-7b77e67704cb94a9576c0b06638542dc0f760c3a.zip
Correct .text origin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2118 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval/ostest')
-rwxr-xr-xnuttx/configs/stm3210e-eval/ostest/ld.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/stm3210e-eval/ostest/ld.script b/nuttx/configs/stm3210e-eval/ostest/ld.script
index 15db8dd0d..9ae632a11 100755
--- a/nuttx/configs/stm3210e-eval/ostest/ld.script
+++ b/nuttx/configs/stm3210e-eval/ostest/ld.script
@@ -36,12 +36,12 @@
/* The STM32F103ZET6 has 512Kb of FLASH beginning at address 0x0800:0000 and
* 64Kb of SRAM beginning at address 0x2000:0000. Here we assume that the
* STM3210E-EVAL's DFU bootloader is being used. In that case, the corrct
- * load .text load address is 0x08030000 (leaving 320Kb).
+ * load .text load address is 0x08003000 (leaving 464Kb).
*/
MEMORY
{
- flash (rx) : ORIGIN = 0x08030000, LENGTH = 320K
+ flash (rx) : ORIGIN = 0x08003000, LENGTH = 464K
sram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
}