summaryrefslogtreecommitdiff
path: root/nuttx/configs/mx1ads
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/mx1ads
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/mx1ads')
-rw-r--r--nuttx/configs/mx1ads/README.txt6
-rw-r--r--nuttx/configs/mx1ads/ostest/defconfig8
2 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/configs/mx1ads/README.txt b/nuttx/configs/mx1ads/README.txt
index e2ecd74d3..bfaaffe06 100644
--- a/nuttx/configs/mx1ads/README.txt
+++ b/nuttx/configs/mx1ads/README.txt
@@ -72,11 +72,11 @@ ARM/i.MX1-specific Configuration Options
CONFIG_ENDIAN_BIG - define if big endian (default is little
endian)
- CONFIG_DRAM_SIZE - Describes the installed DRAM.
+ CONFIG_RAM_SIZE - Describes the installed DRAM.
- CONFIG_DRAM_START - The start address of installed DRAM
+ CONFIG_RAM_START - The start address of installed DRAM
- CONFIG_DRAM_VSTART - The startaddress of DRAM (virtual)
+ CONFIG_RAM_VSTART - The startaddress of DRAM (virtual)
CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to boards that
have LEDs
diff --git a/nuttx/configs/mx1ads/ostest/defconfig b/nuttx/configs/mx1ads/ostest/defconfig
index b030db568..d1dea809a 100644
--- a/nuttx/configs/mx1ads/ostest/defconfig
+++ b/nuttx/configs/mx1ads/ostest/defconfig
@@ -43,10 +43,10 @@ CONFIG_ARCH_CHIP_IMX1=y
CONFIG_ARCH_BOARD="mx1ads"
CONFIG_ARCH_BOARD_MX1ADS=y
CONFIG_BOARD_LOOPSPERMSEC=16945
-CONFIG_DRAM_SIZE=16777216
-CONFIG_DRAM_START=0x08000000
-CONFIG_DRAM_VSTART=0x00000000
-CONFIG_DRAM_NUTTXENTRY=0x01004000
+CONFIG_RAM_SIZE=16777216
+CONFIG_RAM_START=0x08000000
+CONFIG_RAM_VSTART=0x00000000
+CONFIG_RAM_NUTTXENTRY=0x01004000
CONFIG_ARCH_INTERRUPTSTACK=0
CONFIG_ARCH_STACKDUMP=y