summaryrefslogtreecommitdiff
path: root/nuttx/configs/zp214xpa
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/zp214xpa
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/zp214xpa')
-rw-r--r--nuttx/configs/zp214xpa/nsh/defconfig4
-rw-r--r--nuttx/configs/zp214xpa/nxlines/defconfig4
2 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/zp214xpa/nsh/defconfig b/nuttx/configs/zp214xpa/nsh/defconfig
index b9eca4e81..0ccb3d40d 100644
--- a/nuttx/configs/zp214xpa/nsh/defconfig
+++ b/nuttx/configs/zp214xpa/nsh/defconfig
@@ -133,8 +133,8 @@ CONFIG_ARCH_STACKDUMP=y
#
# Board Settings
#
-CONFIG_DRAM_START=0x40000000
-CONFIG_DRAM_SIZE=32768
+CONFIG_RAM_START=0x40000000
+CONFIG_RAM_SIZE=32768
CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
CONFIG_ARCH_INTERRUPTSTACK=0
diff --git a/nuttx/configs/zp214xpa/nxlines/defconfig b/nuttx/configs/zp214xpa/nxlines/defconfig
index fe1cece48..83027ddef 100644
--- a/nuttx/configs/zp214xpa/nxlines/defconfig
+++ b/nuttx/configs/zp214xpa/nxlines/defconfig
@@ -133,8 +133,8 @@ CONFIG_ARCH_STACKDUMP=y
#
# Board Settings
#
-CONFIG_DRAM_START=0x40000000
-CONFIG_DRAM_SIZE=32768
+CONFIG_RAM_START=0x40000000
+CONFIG_RAM_SIZE=32768
CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
CONFIG_ARCH_INTERRUPTSTACK=0