]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm: mx6: cm-fx6: increase size of malloc area
authorNikita Kiryanov <nikita@compulab.co.il>
Wed, 14 Jan 2015 08:42:45 +0000 (10:42 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 29 Jan 2015 16:42:28 +0000 (17:42 +0100)
Increase size of malloc area to make room for framebuffer
and other such big allocations.

Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Igor Grinberg <grinberg@compulab.co.il>
include/configs/cm_fx6.h

index d79c83bf2dcaef0cb0009790fb4d4612d4fa7802..a2e42c45923bc2d2dd3c63d693d72b8b7b2d788e 100644 (file)
 /* 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