aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/nsh/ld.script
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-07 20:54:45 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-07 20:54:45 +0000
commit4205d70cc89c271bd121b59dba15eca518f4fca6 (patch)
tree440b149e9a017d48b397c19243363c57cc7ada7b /nuttx/configs/stm32f4discovery/nsh/ld.script
parent1e3ef5cbe789a756af9caebe29f4488663f11740 (diff)
downloadpx4-firmware-4205d70cc89c271bd121b59dba15eca518f4fca6.tar.gz
px4-firmware-4205d70cc89c271bd121b59dba15eca518f4fca6.tar.bz2
px4-firmware-4205d70cc89c271bd121b59dba15eca518f4fca6.zip
Fix much replicated typo. STM32 F4 SRAM is CCM, not TCM
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4571 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/stm32f4discovery/nsh/ld.script')
-rwxr-xr-xnuttx/configs/stm32f4discovery/nsh/ld.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm32f4discovery/nsh/ld.script b/nuttx/configs/stm32f4discovery/nsh/ld.script
index 264440d14..899cba9a8 100755
--- a/nuttx/configs/stm32f4discovery/nsh/ld.script
+++ b/nuttx/configs/stm32f4discovery/nsh/ld.script
@@ -38,7 +38,7 @@
*
* 1) 112Kb of SRAM beginning at address 0x2000:0000
* 2) 16Kb of SRAM beginning at address 0x2001:c000
- * 3) 64Kb of TCM SRAM beginning at address 0x1000:0000
+ * 3) 64Kb of CCM SRAM beginning at address 0x1000:0000
*
* When booting from FLASH, FLASH memory is aliased to address 0x0000:0000
* where the code expects to begin execution by jumping to the entry point in