mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-03 13:01:31 +00:00
edminiv2: increase malloc len to 256K
Malloc len of 128K caused a warning from ehci_hcd asking for more. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
This commit is contained in:
parent
7029394d82
commit
84fb04b686
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@
|
||||||
/*
|
/*
|
||||||
* Size of malloc() pool
|
* Size of malloc() pool
|
||||||
*/
|
*/
|
||||||
#define CONFIG_SYS_MALLOC_LEN (1024 * 128) /* 128kB for malloc() */
|
#define CONFIG_SYS_MALLOC_LEN (1024 * 256) /* 256kB for malloc() */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Other required minimal configurations
|
* Other required minimal configurations
|
||||||
|
|
Loading…
Add table
Reference in a new issue