summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSandor Yu <R01008@freescale.com>2015-10-16 11:03:45 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:51 +0100
commitd1254a1e7aaada0683d9cfcce82f632ceecb98e9 (patch)
treec0d3659024968b30bf57d489de909cdfdcc56e2c /include
parentd050dfbd2cbedf7b971e6fef2d7b301371de703b (diff)
MLK-11706: imx6sx: SabreSD: Expand malloc pool to 32M
Same issue as ENGR00321137, commit 3695635. GIS module need total 3M+3M+1.5M+1.5M=9M video memory. and sys reserved 16M memory for malloc. When gis module enabled, malloc may failed to allocate memory for other modules, that may cause system hang. Expand malloc pool to 32M. Signed-off-by: Sandor Yu <R01008@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6sxsabresd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index bc061d93ed..d41cc6886a 100644
--- a/include/configs/mx6sxsabresd.h
+++ b/include/configs/mx6sxsabresd.h
@@ -46,7 +46,7 @@
#define CONFIG_SYS_GENERIC_BOARD
/* Size of malloc() pool */
-#define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M)
+#define CONFIG_SYS_MALLOC_LEN (32 * SZ_1M)
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_BOARD_LATE_INIT