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/20170414.042831~72
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64203bd9a8010c081a5d265f5b6f8311c2a03eff;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 7a40c98888..e886774163 100644
--- a/include/configs/exynos-common.h
+++ b/include/configs/exynos-common.h
@@ -31,7 +31,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