summaryrefslogtreecommitdiffstats
path: root/include/configs/cm_fx6.h
diff options
context:
space:
mode:
authorNikita Kiryanov <nikita@compulab.co.il>2015-01-14 10:42:45 +0200
committerStefano Babic <sbabic@denx.de>2015-01-29 17:42:28 +0100
commit9fbdcf018e5f4bf78126c2f6df42d6f5bf91c946 (patch)
tree60a519cf42cb02b69482988b961ac2a0a4f0feb4 /include/configs/cm_fx6.h
parenteab29802d6211aeb9cd521a51d22a43c8fb4f94d (diff)
downloadtalos-obmc-uboot-9fbdcf018e5f4bf78126c2f6df42d6f5bf91c946.tar.gz
talos-obmc-uboot-9fbdcf018e5f4bf78126c2f6df42d6f5bf91c946.zip
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 <nikita@compulab.co.il> Cc: Stefano Babic <sbabic@denx.de> Cc: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'include/configs/cm_fx6.h')
-rw-r--r--include/configs/cm_fx6.h2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud