summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/compal_e88/nsh_highram/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-20 12:44:15 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-20 12:44:15 +0000
commitade3d14988a44012b4775abc43412b9bc8166f67 (patch)
tree0ca0ca4487e15b8e900ce9a4e76bfa5bc65c32cd /nuttx/configs/compal_e88/nsh_highram/defconfig
parenteba1b343643d12458ce6f24bcc41aed117f72171 (diff)
CONFIG_DRAM_END configuration change from Richard Cochran
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5038 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/compal_e88/nsh_highram/defconfig')
-rw-r--r--nuttx/configs/compal_e88/nsh_highram/defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/compal_e88/nsh_highram/defconfig b/nuttx/configs/compal_e88/nsh_highram/defconfig
index 1e63f5a1dd..f8894c92a3 100644
--- a/nuttx/configs/compal_e88/nsh_highram/defconfig
+++ b/nuttx/configs/compal_e88/nsh_highram/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=compal_e88
CONFIG_ARCH_BOARD_COMPALE88=y
CONFIG_BOARD_LOOPSPERMSEC=1250
CONFIG_ROM_VECTORS=n
-CONFIG_DRAM_END=0x00840000
CONFIG_ARCH_LEDS=n
CONFIG_ARCH_INTERRUPTSTACK=1024
CONFIG_ARCH_STACKDUMP=y
+CONFIG_DRAM_START=0
+CONFIG_DRAM_SIZE=0x00840000
+
#
# C5471 specific device driver settings
#