]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:57:32 +0000 (12:57 +0200)
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 8faf5cddbfb36f623d69d50f222da2f51f2b2055..2f31e38b064ed87127a16d11c468278ad4143573 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