exynos: common: increase malloc len to 128MiB
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Tue, 17 Mar 2015 09:44:57 +0000 (10:44 +0100)
committerPrzemyslaw Marczak <p.marczak@samsung.com>
Tue, 19 May 2015 10:05:58 +0000 (12:05 +0200)
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 9e658325c02f6468250052aa8a9cf4c1207443dc..3d625a2c91586baa0aae5c5aff942737c9f2671a 100644 (file)
@@ -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