summaryrefslogtreecommitdiff
path: root/nuttx/configs/nucleus2g
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/nucleus2g
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/nucleus2g')
-rw-r--r--nuttx/configs/nucleus2g/README.txt8
-rwxr-xr-xnuttx/configs/nucleus2g/nsh/defconfig4
-rwxr-xr-xnuttx/configs/nucleus2g/ostest/defconfig4
-rw-r--r--nuttx/configs/nucleus2g/usbserial/defconfig4
-rwxr-xr-xnuttx/configs/nucleus2g/usbstorage/defconfig4
5 files changed, 12 insertions, 12 deletions
diff --git a/nuttx/configs/nucleus2g/README.txt b/nuttx/configs/nucleus2g/README.txt
index 8c77eb3cd..10a69b850 100644
--- a/nuttx/configs/nucleus2g/README.txt
+++ b/nuttx/configs/nucleus2g/README.txt
@@ -362,15 +362,15 @@ Nucleus 2G Configuration Options
CONFIG_ENDIAN_BIG - define if big endian (default is little
endian)
- CONFIG_DRAM_SIZE - Describes the installed DRAM (CPU SRAM in this case):
+ CONFIG_RAM_SIZE - Describes the installed DRAM (CPU SRAM in this case):
- CONFIG_DRAM_SIZE=(32*1024) (32Kb)
+ CONFIG_RAM_SIZE=(32*1024) (32Kb)
There is an additional 32Kb of SRAM in AHB SRAM banks 0 and 1.
- CONFIG_DRAM_START - The start address of installed DRAM
+ CONFIG_RAM_START - The start address of installed DRAM
- CONFIG_DRAM_START=0x10000000
+ CONFIG_RAM_START=0x10000000
CONFIG_ARCH_IRQPRIO - The LPC17xx supports interrupt prioritization
diff --git a/nuttx/configs/nucleus2g/nsh/defconfig b/nuttx/configs/nucleus2g/nsh/defconfig
index 3ffbbe38f..0c326c2b1 100755
--- a/nuttx/configs/nucleus2g/nsh/defconfig
+++ b/nuttx/configs/nucleus2g/nsh/defconfig
@@ -44,8 +44,8 @@ CONFIG_ARCH_CHIP_LPC1768=y
CONFIG_ARCH_BOARD="nucleus2g"
CONFIG_ARCH_BOARD_NUCLEUS2G=y
CONFIG_BOARD_LOOPSPERMSEC=7982
-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
diff --git a/nuttx/configs/nucleus2g/ostest/defconfig b/nuttx/configs/nucleus2g/ostest/defconfig
index 3ca2b1d31..7067d58a0 100755
--- a/nuttx/configs/nucleus2g/ostest/defconfig
+++ b/nuttx/configs/nucleus2g/ostest/defconfig
@@ -44,8 +44,8 @@ CONFIG_ARCH_CHIP_LPC1768=y
CONFIG_ARCH_BOARD="nucleus2g"
CONFIG_ARCH_BOARD_NUCLEUS2G=y
CONFIG_BOARD_LOOPSPERMSEC=7982
-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
diff --git a/nuttx/configs/nucleus2g/usbserial/defconfig b/nuttx/configs/nucleus2g/usbserial/defconfig
index b35367a7f..6de79a12e 100644
--- a/nuttx/configs/nucleus2g/usbserial/defconfig
+++ b/nuttx/configs/nucleus2g/usbserial/defconfig
@@ -200,8 +200,8 @@ CONFIG_ARCH_HAVE_RAMVECTORS=y
#
CONFIG_BOARD_LOOPSPERMSEC=7982
# CONFIG_ARCH_CALIBRATION is not set
-CONFIG_DRAM_START=0x10000000
-CONFIG_DRAM_SIZE=32768
+CONFIG_RAM_START=0x10000000
+CONFIG_RAM_SIZE=32768
CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
CONFIG_ARCH_INTERRUPTSTACK=0
diff --git a/nuttx/configs/nucleus2g/usbstorage/defconfig b/nuttx/configs/nucleus2g/usbstorage/defconfig
index dd82a3ede..738e7fb23 100755
--- a/nuttx/configs/nucleus2g/usbstorage/defconfig
+++ b/nuttx/configs/nucleus2g/usbstorage/defconfig
@@ -44,8 +44,8 @@ CONFIG_ARCH_CHIP_LPC1768=y
CONFIG_ARCH_BOARD="nucleus2g"
CONFIG_ARCH_BOARD_NUCLEUS2G=y
CONFIG_BOARD_LOOPSPERMSEC=7982
-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