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
This commit is contained in:
patacongo
2012-04-07 20:54:45 +00:00
parent 9d6d4f373a
commit dae1eef23b
22 changed files with 56 additions and 56 deletions
+3 -3
View File
@@ -121,10 +121,10 @@ 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.
#