summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/compal_e99/nsh_compalram/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/compal_e99/nsh_compalram/defconfig')
-rw-r--r--nuttx/configs/compal_e99/nsh_compalram/defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/compal_e99/nsh_compalram/defconfig b/nuttx/configs/compal_e99/nsh_compalram/defconfig
index f391e2a65e..cfac844722 100644
--- a/nuttx/configs/compal_e99/nsh_compalram/defconfig
+++ b/nuttx/configs/compal_e99/nsh_compalram/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,7 +67,6 @@ CONFIG_ARCH_BOARD=compal_e99
CONFIG_ARCH_BOARD_COMPALE99=y
CONFIG_BOARD_LOOPSPERMSEC=1250
CONFIG_ROM_VECTORS=n
-CONFIG_DRAM_END=0x00840000
CONFIG_MM_REGIONS=2
CONFIG_HEAP2_START=0x01000000
CONFIG_HEAP2_END=0x01200000
@@ -76,6 +74,9 @@ 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
#