projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7029394
)
edminiv2: increase malloc len to 256K
author
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Fri, 21 Sep 2012 14:57:12 +0000
(14:57 +0000)
committer
Prafulla Wadaskar
<prafulla@marvell.com>
Wed, 3 Oct 2012 11:13:13 +0000
(16:43 +0530)
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>
include/configs/edminiv2.h
patch
|
blob
|
history
diff --git
a/include/configs/edminiv2.h
b/include/configs/edminiv2.h
index f2cfaf8350ed977b6304f0ecee5d4b3208c44938..adb505e1346b2b334be37bcb2d1a980be9191842 100644
(file)
--- a/
include/configs/edminiv2.h
+++ b/
include/configs/edminiv2.h
@@
-222,7
+222,7
@@
/*
* Size of malloc() pool
*/
-#define CONFIG_SYS_MALLOC_LEN (1024 *
128) /* 128
kB for malloc() */
+#define CONFIG_SYS_MALLOC_LEN (1024 *
256) /* 256
kB for malloc() */
/*
* Other required minimal configurations