From bcb1a538de42c6ac901be52239a9e907734a9e0f Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 7 Apr 2012 20:54:45 +0000 Subject: 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 --- nuttx/configs/stm3240g-eval/nsh/defconfig | 6 +++--- nuttx/configs/stm3240g-eval/nsh/ld.script | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'nuttx/configs/stm3240g-eval/nsh') diff --git a/nuttx/configs/stm3240g-eval/nsh/defconfig b/nuttx/configs/stm3240g-eval/nsh/defconfig index 4a6f39426..2d2074f6e 100644 --- a/nuttx/configs/stm3240g-eval/nsh/defconfig +++ b/nuttx/configs/stm3240g-eval/nsh/defconfig @@ -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. # diff --git a/nuttx/configs/stm3240g-eval/nsh/ld.script b/nuttx/configs/stm3240g-eval/nsh/ld.script index dc7c5afbd..750030989 100644 --- a/nuttx/configs/stm3240g-eval/nsh/ld.script +++ b/nuttx/configs/stm3240g-eval/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 -- cgit v1.2.3