projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c3d2bb
)
exynos: common: increase malloc len to 128MiB
author
Przemyslaw Marczak
<p.marczak@samsung.com>
Tue, 17 Mar 2015 09:44:57 +0000
(10:44 +0100)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Fri, 8 Apr 2016 02:17:32 +0000
(11:17 +0900)
This change is required for thor command.
When malloc pool is increased, then thor doesn't
fail when allocates the data buffer few times.
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
include/configs/exynos-common.h
patch
|
blob
|
history
diff --git
a/include/configs/exynos-common.h
b/include/configs/exynos-common.h
index
d162a65
..
f6b666a
100644
(file)
--- a/
include/configs/exynos-common.h
+++ b/
include/configs/exynos-common.h
@@
-38,7
+38,7
@@
#define CONFIG_ENV_OVERWRITE
/* Size of malloc() pool before and after relocation */
-#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (
80
<< 20))
+#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (
128
<< 20))
/* select serial console configuration */
#define CONFIG_BAUDRATE 115200