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:
66bd1cf
)
sandbox: Increase memory size to 32MB
author
Simon Glass
<sjg@chromium.org>
Thu, 27 Feb 2014 20:25:56 +0000
(13:25 -0700)
committer
Simon Glass
<sjg@chromium.org>
Tue, 18 Mar 2014 02:05:45 +0000
(20:05 -0600)
The current 4MB size is a little small for some tests, so increase it.
Reviewed-by: Hung-ying Tyan <tyanh@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/sandbox.h
patch
|
blob
|
history
diff --git
a/include/configs/sandbox.h
b/include/configs/sandbox.h
index 6f424e1e6864395e399722fda0c1ad87eb02efd7..a31fb66fb9a5ae827be1570b2c605fb4c6849023 100644
(file)
--- a/
include/configs/sandbox.h
+++ b/
include/configs/sandbox.h
@@
-66,7
+66,7
@@
/*
* Size of malloc() pool, although we don't actually use this yet.
*/
-#define CONFIG_SYS_MALLOC_LEN (
4 << 20) /* 4
MB */
+#define CONFIG_SYS_MALLOC_LEN (
32 << 20) /* 32
MB */
#define CONFIG_SYS_HUSH_PARSER
#define CONFIG_SYS_LONGHELP /* #undef to save memory */