summaryrefslogtreecommitdiff
path: root/nuttx/configs/c5471evm/nsh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-20 12:44:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-20 12:44:15 +0000
commit3390ce90ee3e56ea94f228788790747e898ad10e (patch)
tree0ca0ca4487e15b8e900ce9a4e76bfa5bc65c32cd /nuttx/configs/c5471evm/nsh
parente731679a6b732caec6cf7c0d4be3555e50a31688 (diff)
downloadpx4-nuttx-3390ce90ee3e56ea94f228788790747e898ad10e.tar.gz
px4-nuttx-3390ce90ee3e56ea94f228788790747e898ad10e.tar.bz2
px4-nuttx-3390ce90ee3e56ea94f228788790747e898ad10e.zip
CONFIG_DRAM_END configuration change from Richard Cochran
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5038 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/c5471evm/nsh')
-rw-r--r--nuttx/configs/c5471evm/nsh/defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/c5471evm/nsh/defconfig b/nuttx/configs/c5471evm/nsh/defconfig
index dedbd8bde..67384f599 100644
--- a/nuttx/configs/c5471evm/nsh/defconfig
+++ b/nuttx/configs/c5471evm/nsh/defconfig
@@ -50,7 +50,6 @@
# CONFIG_BOARD_LOOPSPERMSEC - for delay loops
# CONFIG_ENDIAN_BIG - define if big endian (default is little endian)
# CONFIG_ROM_VECTORS - unique to c5471
-# CONFIG_DRAM_END - the size of installed DRAM.
# Unique to c5471
# CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to c5471.
# CONFIG_ARCH_INTERRUPTSTACK - This architecture supports an interrupt
@@ -68,11 +67,13 @@ CONFIG_ARCH_BOARD=c5471evm
CONFIG_ARCH_BOARD_C5471EVM=y
CONFIG_BOARD_LOOPSPERMSEC=1250
CONFIG_ROM_VECTORS=n
-CONFIG_DRAM_END=0x11000000
CONFIG_ARCH_LEDS=y
CONFIG_ARCH_INTERRUPTSTACK=0
CONFIG_ARCH_STACKDUMP=y
+CONFIG_DRAM_START=0
+CONFIG_DRAM_SIZE=0x11000000
+
#
# C5471 specific device driver settings
#