summaryrefslogtreecommitdiff
path: root/nuttx/configs/us7032evb1
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/us7032evb1
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/us7032evb1')
-rw-r--r--nuttx/configs/us7032evb1/README.txt4
-rw-r--r--nuttx/configs/us7032evb1/nsh/defconfig4
-rw-r--r--nuttx/configs/us7032evb1/ostest/defconfig4
3 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/configs/us7032evb1/README.txt b/nuttx/configs/us7032evb1/README.txt
index 6821cc425..d50d5f35e 100644
--- a/nuttx/configs/us7032evb1/README.txt
+++ b/nuttx/configs/us7032evb1/README.txt
@@ -110,8 +110,8 @@ Architecture selection
and the up_prioritize_irq() API. Should be defined.
CONFIG_BOARD_LOOPSPERMSEC - for delay loops
CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to SH1_LCEVB1
- CONFIG_DRAM_SIZE - Describes the internal DRAM.
- CONFIG_DRAM_START - The start address of internal DRAM
+ CONFIG_RAM_SIZE - Describes the internal DRAM.
+ CONFIG_RAM_START - The start address of internal DRAM
CONFIG_ARCH_INTERRUPTSTACK - This architecture supports an interrupt
stack. If defined, this symbol is the size of the interrupt
stack in bytes. If not defined, the user task stacks will be
diff --git a/nuttx/configs/us7032evb1/nsh/defconfig b/nuttx/configs/us7032evb1/nsh/defconfig
index 5d4e0632d..b925d7923 100644
--- a/nuttx/configs/us7032evb1/nsh/defconfig
+++ b/nuttx/configs/us7032evb1/nsh/defconfig
@@ -47,8 +47,8 @@ CONFIG_ARCH_IRQPRIO=y
CONFIG_BOARD_LOOPSPERMSEC=572
CONFIG_ARCH_LEDS=y
CONFIG_ARCH_BUTTONS=y
-CONFIG_DRAM_SIZE=57344
-CONFIG_DRAM_START=0x0a002000
+CONFIG_RAM_SIZE=57344
+CONFIG_RAM_START=0x0a002000
CONFIG_ARCH_INTERRUPTSTACK=0
CONFIG_ARCH_STACKDUMP=y
diff --git a/nuttx/configs/us7032evb1/ostest/defconfig b/nuttx/configs/us7032evb1/ostest/defconfig
index 2126cc930..c75dbcf4b 100644
--- a/nuttx/configs/us7032evb1/ostest/defconfig
+++ b/nuttx/configs/us7032evb1/ostest/defconfig
@@ -47,8 +47,8 @@ CONFIG_ARCH_IRQPRIO=y
CONFIG_BOARD_LOOPSPERMSEC=572
CONFIG_ARCH_LEDS=y
CONFIG_ARCH_BUTTONS=y
-CONFIG_DRAM_SIZE=57344
-CONFIG_DRAM_START=0x0a002000
+CONFIG_RAM_SIZE=57344
+CONFIG_RAM_START=0x0a002000
CONFIG_ARCH_INTERRUPTSTACK=0
CONFIG_ARCH_STACKDUMP=y