summaryrefslogtreecommitdiff
path: root/nuttx/configs/micropendous3
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-26 10:09:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-26 10:09:17 -0600
commitddb019413f39bbe495dba2a55c60f9ff8f8e00ce (patch)
tree9637f5cb852af32d6a500699ac6c16b25342dd8c /nuttx/configs/micropendous3
parent1e3a335beb36c0e88d75e449759d4fc54f4e299e (diff)
downloadnuttx-ddb019413f39bbe495dba2a55c60f9ff8f8e00ce.tar.gz
nuttx-ddb019413f39bbe495dba2a55c60f9ff8f8e00ce.tar.bz2
nuttx-ddb019413f39bbe495dba2a55c60f9ff8f8e00ce.zip
Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_
Diffstat (limited to 'nuttx/configs/micropendous3')
-rw-r--r--nuttx/configs/micropendous3/README.txt10
-rw-r--r--nuttx/configs/micropendous3/hello/defconfig4
2 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/configs/micropendous3/README.txt b/nuttx/configs/micropendous3/README.txt
index 298a4aa46..f7b014db8 100644
--- a/nuttx/configs/micropendous3/README.txt
+++ b/nuttx/configs/micropendous3/README.txt
@@ -429,14 +429,14 @@ Micropendous3 Configuration Options
CONFIG_ENDIAN_BIG - define if big endian (default is little
endian)
- CONFIG_DRAM_SIZE - Describes the installed DRAM. One of:
+ CONFIG_RAM_SIZE - Describes the installed DRAM. One of:
- CONFIG_DRAM_SIZE=(4*1024) - (4Kb)
- CONFIG_DRAM_SIZE=(8*1024) - (8Kb)
+ CONFIG_RAM_SIZE=(4*1024) - (4Kb)
+ CONFIG_RAM_SIZE=(8*1024) - (8Kb)
- CONFIG_DRAM_START - The start address of installed SRAM
+ CONFIG_RAM_START - The start address of installed SRAM
- CONFIG_DRAM_START=0x800100
+ CONFIG_RAM_START=0x800100
CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to boards that
have LEDs
diff --git a/nuttx/configs/micropendous3/hello/defconfig b/nuttx/configs/micropendous3/hello/defconfig
index 3bbe436cd..1ed74d82c 100644
--- a/nuttx/configs/micropendous3/hello/defconfig
+++ b/nuttx/configs/micropendous3/hello/defconfig
@@ -43,8 +43,8 @@ CONFIG_ARCH_CHIP_AT90USB647=y
CONFIG_ARCH_BOARD="micropendous3"
CONFIG_ARCH_BOARD_MICROPENDOUS3=y
CONFIG_BOARD_LOOPSPERMSEC=864
-CONFIG_DRAM_SIZE=4096
-CONFIG_DRAM_START=0x800100
+CONFIG_RAM_SIZE=4096
+CONFIG_RAM_START=0x800100
CONFIG_ARCH_NOINTC=y
CONFIG_ARCH_IRQPRIO=n
CONFIG_ARCH_INTERRUPTSTACK=0