From 36a79864c849272f6c1d2bdabcef01f79b033a12 Mon Sep 17 00:00:00 2001
From: Alessandro Rubini <rubini@gnudd.com>
Date: Mon, 17 Nov 2014 11:11:36 +0100
Subject: [PATCH] ram size for wrs is 64k

Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
---
 Kconfig                     | 2 +-
 configs/wr_switch_defconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Kconfig b/Kconfig
index 6770b47e8..fb2f18caf 100644
--- a/Kconfig
+++ b/Kconfig
@@ -23,7 +23,7 @@ config PRINTF_XINT
 
 config RAMSIZE
 	int
-	default 28672 if WR_SWITCH
+	default 65536 if WR_SWITCH
 	default 90112
 
 # CONFIG_WR_SWITCH has no further options at all at this point
diff --git a/configs/wr_switch_defconfig b/configs/wr_switch_defconfig
index 833e8cdda..a821704ca 100644
--- a/configs/wr_switch_defconfig
+++ b/configs/wr_switch_defconfig
@@ -5,5 +5,5 @@ CONFIG_WR_SWITCH=y
 # CONFIG_WR_NODE is not set
 CONFIG_PRINT_BUFSIZE=128
 CONFIG_PRINTF_XINT=y
-CONFIG_RAMSIZE=28672
+CONFIG_RAMSIZE=65536
 CONFIG_UART=y
-- 
GitLab