Commit 36a79864 authored by Alessandro Rubini's avatar Alessandro Rubini Committed by Grzegorz Daniluk

ram size for wrs is 64k

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 4ae0edda
......@@ -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
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment