From c47152b2e5b10f2f54e5fdcd405e015f1e6fae2b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 3 Jan 2015 09:44:02 -0600 Subject: [PATCH] DK-TM4C129X: Fix RAM size in defconfig files --- configs/dk-tm4c129x/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/dk-tm4c129x/nsh/defconfig b/configs/dk-tm4c129x/nsh/defconfig index 7a2ada8e54..c852e9fb6f 100644 --- a/configs/dk-tm4c129x/nsh/defconfig +++ b/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 #