提交 db824479 编写于 作者: J Jens Scharsig (BuS Elektronik) 提交者: Andreas Bießmann

arm: atmel: cpux9k2: increase malloc space to fix crash on start u-boot

Since UBIFS is enabled for cpux9k2, more malloc space is needed.
For the current uboot 2013.10-rcX the size is to small, this will fix the
startup problems by increasing the malloc space to 4MiB.
Signed-off-by: NJens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
Signed-off-by: NAndreas Bießmann <andreas.devel@googlemail.com>
上级 771f74c3
......@@ -83,7 +83,7 @@
* Size of malloc() pool
*/
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 520*1024)
#define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024)
/*
* sdram
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册