exynos: common: increase malloc len to 128MiB
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Tue, 17 Mar 2015 09:44:57 +0000 (10:44 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 6 Apr 2017 06:47:06 +0000 (15:47 +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

index 7a40c98..e886774 100644 (file)
@@ -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