mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
mv-common.h: increase malloc arena to 4MiB
This will fix the following error: ---8<--- UBIFS error (pid 0): ubifs_mount: Error reading superblock on volume 'ubi:root' errno=-12! --->8--- Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> Cc: prafulla@marvell.com Cc: dimax.main@gmail.com Tested-by: Alex Xol <dimax.main@gmail.com>
This commit is contained in:
parent
3e75e69668
commit
bfbfab94fd
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
||||||
/*
|
/*
|
||||||
* Size of malloc() pool
|
* Size of malloc() pool
|
||||||
*/
|
*/
|
||||||
#define CONFIG_SYS_MALLOC_LEN (1024 * 1024) /* 1MiB for malloc() */
|
#define CONFIG_SYS_MALLOC_LEN (1024 * 1024 * 4) /* 4MiB for malloc() */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Other required minimal configurations
|
* Other required minimal configurations
|
||||||
|
|
Loading…
Add table
Reference in a new issue