From: Nikita Kiryanov Date: Wed, 14 Jan 2015 08:42:45 +0000 (+0200) Subject: arm: mx6: cm-fx6: increase size of malloc area X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e8d2b04195055d434fbc48afaff3134a8ba811be;p=bsp%2Fu-boot.git arm: mx6: cm-fx6: increase size of malloc area Increase size of malloc area to make room for framebuffer and other such big allocations. Signed-off-by: Nikita Kiryanov Cc: Stefano Babic Cc: Igor Grinberg --- diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h index d79c83bf2d..a2e42c4592 100644 --- a/include/configs/cm_fx6.h +++ b/include/configs/cm_fx6.h @@ -276,7 +276,7 @@ /* misc */ #define CONFIG_SYS_GENERIC_BOARD #define CONFIG_STACKSIZE (128 * 1024) -#define CONFIG_SYS_MALLOC_LEN (2 * 1024 * 1024) +#define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) #define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 800 /* 400 KB */ #define CONFIG_OF_BOARD_SETUP