summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpcxpresso-lpc1768/nsh
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/lpcxpresso-lpc1768/nsh
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/lpcxpresso-lpc1768/nsh')
-rwxr-xr-xnuttx/configs/lpcxpresso-lpc1768/nsh/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig b/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
index 9c8030d86..26d90a7f0 100755
--- a/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
+++ b/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
@@ -44,8 +44,8 @@ CONFIG_ARCH_CHIP_LPC1768=y
CONFIG_ARCH_BOARD="lpcxpresso-lpc1768"
CONFIG_ARCH_BOARD_LPCXPRESSO=y
CONFIG_BOARD_LOOPSPERMSEC=8079
-CONFIG_DRAM_SIZE=32768
-CONFIG_DRAM_START=0x10000000
+CONFIG_RAM_SIZE=32768
+CONFIG_RAM_START=0x10000000
CONFIG_ARCH_IRQPRIO=y
CONFIG_ARCH_INTERRUPTSTACK=0
CONFIG_ARCH_STACKDUMP=y