summaryrefslogtreecommitdiff
path: root/nuttx/configs/z80sim
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/z80sim
parent1e3a335beb36c0e88d75e449759d4fc54f4e299e (diff)
downloadpx4-nuttx-ddb019413f39bbe495dba2a55c60f9ff8f8e00ce.tar.gz
px4-nuttx-ddb019413f39bbe495dba2a55c60f9ff8f8e00ce.tar.bz2
px4-nuttx-ddb019413f39bbe495dba2a55c60f9ff8f8e00ce.zip
Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_
Diffstat (limited to 'nuttx/configs/z80sim')
-rw-r--r--nuttx/configs/z80sim/nsh/defconfig4
-rw-r--r--nuttx/configs/z80sim/ostest/defconfig4
-rw-r--r--nuttx/configs/z80sim/pashello/defconfig4
3 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/configs/z80sim/nsh/defconfig b/nuttx/configs/z80sim/nsh/defconfig
index d13f0f7f7..82d258195 100644
--- a/nuttx/configs/z80sim/nsh/defconfig
+++ b/nuttx/configs/z80sim/nsh/defconfig
@@ -88,8 +88,8 @@ CONFIG_ARCH_NOINTC=y
#
# Board Settings
#
-CONFIG_DRAM_START=0x0000
-CONFIG_DRAM_SIZE=65536
+CONFIG_RAM_START=0x0000
+CONFIG_RAM_SIZE=65536
#
# Boot options
diff --git a/nuttx/configs/z80sim/ostest/defconfig b/nuttx/configs/z80sim/ostest/defconfig
index 3c317cfa0..365000410 100644
--- a/nuttx/configs/z80sim/ostest/defconfig
+++ b/nuttx/configs/z80sim/ostest/defconfig
@@ -88,8 +88,8 @@ CONFIG_ARCH_NOINTC=y
#
# Board Settings
#
-CONFIG_DRAM_START=0x0000
-CONFIG_DRAM_SIZE=65536
+CONFIG_RAM_START=0x0000
+CONFIG_RAM_SIZE=65536
#
# Boot options
diff --git a/nuttx/configs/z80sim/pashello/defconfig b/nuttx/configs/z80sim/pashello/defconfig
index 58d609c4b..82f9ac96c 100644
--- a/nuttx/configs/z80sim/pashello/defconfig
+++ b/nuttx/configs/z80sim/pashello/defconfig
@@ -88,8 +88,8 @@ CONFIG_ARCH_NOINTC=y
#
# Board Settings
#
-CONFIG_DRAM_START=0x0000
-CONFIG_DRAM_SIZE=65536
+CONFIG_RAM_START=0x0000
+CONFIG_RAM_SIZE=65536
#
# Boot options