summaryrefslogtreecommitdiff
path: root/nuttx/configs/twr-k60n512/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/twr-k60n512/README.txt')
-rw-r--r--nuttx/configs/twr-k60n512/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/twr-k60n512/README.txt b/nuttx/configs/twr-k60n512/README.txt
index 6a99f189f..23c558fa8 100644
--- a/nuttx/configs/twr-k60n512/README.txt
+++ b/nuttx/configs/twr-k60n512/README.txt
@@ -518,13 +518,13 @@ TWR-K60N512-specific Configuration Options
CONFIG_ENDIAN_BIG - define if big endian (default is little
endian)
- CONFIG_DRAM_SIZE - Describes the installed DRAM (SRAM in this case):
+ CONFIG_RAM_SIZE - Describes the installed DRAM (SRAM in this case):
- CONFIG_DRAM_SIZE=0x00010000 (64Kb)
+ CONFIG_RAM_SIZE=0x00010000 (64Kb)
- CONFIG_DRAM_START - The start address of installed DRAM
+ CONFIG_RAM_START - The start address of installed DRAM
- CONFIG_DRAM_START=0x20000000
+ CONFIG_RAM_START=0x20000000
CONFIG_ARCH_IRQPRIO - The Kinetis K60 supports interrupt prioritization