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/20201110.005738~350 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0c2b324198fb7c0f427324cf42045ed6b92c29d;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 8adaf297fe..1347e398cc 100644 --- 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 */