From: Przemyslaw Marczak
Date: Tue, 17 Mar 2015 09:44:57 +0000 (+0100)
Subject: exynos: common: increase malloc len to 128MiB
X-Git-Tag: submit/tizen/20150522.044923~5
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=363a4541a1533b50fb3e88cd8e3b08a6e0dc9050;p=platform%2Fkernel%2Fu-boot.git
exynos: common: increase malloc len to 128MiB
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
---
diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h
index 9e658325c0..3d625a2c91 100644
--- a/include/configs/exynos-common.h
+++ b/include/configs/exynos-common.h
@@ -39,7 +39,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