Commit e75c061d authored by Adam Wujek's avatar Adam Wujek

Kconfig: change the default size of binary

Since the new ppsi does not fit into memory. Hopefully it will fit after
optimization.
Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent fc53e145
......@@ -63,7 +63,7 @@ config RAMSIZE
int
default 65536 if TARGET_WR_SWITCH
default 196608 if TARGET_ERTM14
default 131072
default 196608
config TEMP_POLL_INTERVAL
int
......
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