summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-11 17:14:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-11 17:14:13 -0600
commit878ecaec4b290875ee9d6c29c029e4f7585eedc6 (patch)
tree56e71b9c6fea760b158ee93159f801a1a4eaab55
parentb5ad91f690ad62aeb4d06c97a41ca03d1cd02c6a (diff)
downloadpx4-nuttx-878ecaec4b290875ee9d6c29c029e4f7585eedc6.tar.gz
px4-nuttx-878ecaec4b290875ee9d6c29c029e4f7585eedc6.tar.bz2
px4-nuttx-878ecaec4b290875ee9d6c29c029e4f7585eedc6.zip
pcDuino: update RAM start address and size
-rw-r--r--nuttx/configs/pcduino-a10/nsh/defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/pcduino-a10/nsh/defconfig b/nuttx/configs/pcduino-a10/nsh/defconfig
index 38214a446..7cb75639b 100644
--- a/nuttx/configs/pcduino-a10/nsh/defconfig
+++ b/nuttx/configs/pcduino-a10/nsh/defconfig
@@ -233,9 +233,9 @@ CONFIG_BOOT_RUNFROMSDRAM=y
#
# Boot Memory Configuration
#
-CONFIG_RAM_START=0x40000000
-CONFIG_RAM_VSTART=0x40000000
-CONFIG_RAM_SIZE=268435456
+CONFIG_RAM_START=0x4a000000
+CONFIG_RAM_VSTART=0x4a000000
+CONFIG_RAM_SIZE=905969664
#
# Board Selection