summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-03 09:44:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-03 09:44:02 -0600
commitfe3d692d803f03000ac5c4c73d9dfe376873857e (patch)
tree99fe7fedbe1137c6e6e33d380bcf5a6fbaa90e41
parent39ad4ddb4ff63e7a4843af54801bbfe2af34238f (diff)
downloadnuttx-fe3d692d803f03000ac5c4c73d9dfe376873857e.tar.gz
nuttx-fe3d692d803f03000ac5c4c73d9dfe376873857e.tar.bz2
nuttx-fe3d692d803f03000ac5c4c73d9dfe376873857e.zip
DK-TM4C129X: Fix RAM size in defconfig files
-rw-r--r--nuttx/configs/dk-tm4c129x/nsh/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/dk-tm4c129x/nsh/defconfig b/nuttx/configs/dk-tm4c129x/nsh/defconfig
index 7a2ada8e5..c852e9fb6 100644
--- a/nuttx/configs/dk-tm4c129x/nsh/defconfig
+++ b/nuttx/configs/dk-tm4c129x/nsh/defconfig
@@ -261,7 +261,7 @@ CONFIG_BOOT_RUNFROMFLASH=y
# Boot Memory Configuration
#
CONFIG_RAM_START=0x20000000
-CONFIG_RAM_SIZE=32768
+CONFIG_RAM_SIZE=262144
# CONFIG_ARCH_HAVE_SDRAM is not set
#