summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandor Yu <R01008@freescale.com>2015-10-16 11:03:45 +0800
committerSandor Yu <R01008@freescale.com>2015-10-16 11:09:49 +0800
commite16fad0e536d8cddc4abde4b0390c8e6003c1c2e (patch)
treef582f49d2a17e8e62287aa56ceea1c7a4aed0649
parentf9c4c0e705a8a0e7523f009b8d2f2fdc9a80c71a (diff)
downloadu-boot-imx-e16fad0e536d8cddc4abde4b0390c8e6003c1c2e.zip
u-boot-imx-e16fad0e536d8cddc4abde4b0390c8e6003c1c2e.tar.gz
u-boot-imx-e16fad0e536d8cddc4abde4b0390c8e6003c1c2e.tar.bz2
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>
-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 bc061d9..d41cc68 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