9
0
Fork 0

DA923RC: increase malloc size

Increase the malloc size so that larger debug Linux image can be loaded.

Signed-off-by: Renaud Barbier <renaud.barbier@ge.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Renaud Barbier 2014-02-03 15:08:25 +00:00 committed by Sascha Hauer
parent ba6ed94b71
commit a7dd756dfc
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ CONFIG_FS_UBIFS=y
CONFIG_FS_UBIFS_COMPRESSION_LZO=y
CONFIG_CMD_UNLZO=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_MALLOC_SIZE=0x2800000
CONFIG_MALLOC_SIZE=0x4000000
CONFIG_PROMPT="GE> "
CONFIG_BAUDRATE=9600
CONFIG_RELOCATABLE=y