summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/nsh2/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-07 20:54:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-07 20:54:45 +0000
commitbcb1a538de42c6ac901be52239a9e907734a9e0f (patch)
tree440b149e9a017d48b397c19243363c57cc7ada7b /nuttx/configs/stm3240g-eval/nsh2/defconfig
parent45ad2f7a8b237cf58518b874326078659ff90011 (diff)
downloadpx4-nuttx-bcb1a538de42c6ac901be52239a9e907734a9e0f.tar.gz
px4-nuttx-bcb1a538de42c6ac901be52239a9e907734a9e0f.tar.bz2
px4-nuttx-bcb1a538de42c6ac901be52239a9e907734a9e0f.zip
Fix much replicated typo. STM32 F4 SRAM is CCM, not TCM
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4571 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval/nsh2/defconfig')
-rw-r--r--nuttx/configs/stm3240g-eval/nsh2/defconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/stm3240g-eval/nsh2/defconfig b/nuttx/configs/stm3240g-eval/nsh2/defconfig
index d34eca003..cb856579c 100644
--- a/nuttx/configs/stm3240g-eval/nsh2/defconfig
+++ b/nuttx/configs/stm3240g-eval/nsh2/defconfig
@@ -121,13 +121,13 @@ CONFIG_STM32_JTAG_NOJNTRST_ENABLE=n
CONFIG_STM32_JTAG_SW_ENABLE=n
#
-# On-chip TCM SRAM configuration
+# On-chip CCM SRAM configuration
#
-# CONFIG_STM32_TCMEXCLUDE - Exclude TCM SRAM from the HEAP. You would need
-# to do this if DMA is enabled to prevent non-DMA-able TCM memory from
+# CONFIG_STM32_CCMEXCLUDE - Exclude CCM SRAM from the HEAP. You would need
+# to do this if DMA is enabled to prevent non-DMA-able CCM memory from
# being a part of the stack.
#
-CONFIG_STM32_TCMEXCLUDE=y
+CONFIG_STM32_CCMEXCLUDE=y
#
# On-board FSMC SRAM configuration