summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f429i-disco
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-30 17:57:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-30 17:57:20 -0600
commit9785aa92417755e2519bfe59a818c64fa4b4782a (patch)
tree5e347f2df46e8ae49e41eee60cfe806d7199d72d /nuttx/configs/stm32f429i-disco
parent4f38b4fdae5e0b74d551e65cc67021168c05e969 (diff)
downloadpx4-nuttx-9785aa92417755e2519bfe59a818c64fa4b4782a.tar.gz
px4-nuttx-9785aa92417755e2519bfe59a818c64fa4b4782a.tar.bz2
px4-nuttx-9785aa92417755e2519bfe59a818c64fa4b4782a.zip
Looks like an error all all kernel build linker scripts
Diffstat (limited to 'nuttx/configs/stm32f429i-disco')
-rw-r--r--nuttx/configs/stm32f429i-disco/scripts/memory.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm32f429i-disco/scripts/memory.ld b/nuttx/configs/stm32f429i-disco/scripts/memory.ld
index 14a9d8db5..df11b9e3d 100644
--- a/nuttx/configs/stm32f429i-disco/scripts/memory.ld
+++ b/nuttx/configs/stm32f429i-disco/scripts/memory.ld
@@ -97,5 +97,5 @@ MEMORY
ksram (rwx) : ORIGIN = 0x20000000, LENGTH = 4K
usram (rwx) : ORIGIN = 0x20001000, LENGTH = 4K
- xsram (rwx) : ORIGIN = 0x20001000, LENGTH = 104K
+ xsram (rwx) : ORIGIN = 0x20002000, LENGTH = 104K
}