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:
e745b48
)
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>
Tue, 20 Oct 2020 00:46:45 +0000
(09:46 +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 8adaf297fe3649c3bfb9f33fd771af465e22af6d..1347e398ccb92ac4edb368cc172ea5f2831c654b 100644
(file)
--- a/
include/configs/exynos-common.h
+++ b/
include/configs/exynos-common.h
@@
-29,7
+29,7
@@
#define CONFIG_INITRD_TAG
/* 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 */