summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSandor Yu <R01008@freescale.com>2014-07-07 15:59:12 +0800
committerSandor Yu <R01008@freescale.com>2014-07-08 15:54:08 +0800
commit1521bbd1fb1ee66ad1a6071c897d21a0dd27619c (patch)
treedd7f1879f72cd5ff7d02b5384461a760ca680263 /include
parent4dc03e6d07d4ea75ce0932a97b9a185c2047a097 (diff)
downloadu-boot-imx-1521bbd1fb1ee66ad1a6071c897d21a0dd27619c.zip
u-boot-imx-1521bbd1fb1ee66ad1a6071c897d21a0dd27619c.tar.gz
u-boot-imx-1521bbd1fb1ee66ad1a6071c897d21a0dd27619c.tar.bz2
ENGR00321137 mx6sx: arm2: Expand malloc pool to 32M
GIS module need about 3M+3M+1.5M+1.5M=9M memory. When gis module enabled, malloc may failed to allocate memory for other modules, that may cause system hang. Expand malloc pool to 32M, system hang issue can not duplicate on mx6sx arm2 board. pass one night reset stress test. Signed-off-by: Sandor Yu <R01008@freescale.com> (cherry picked from commit 3695635d2f7d6e62ce555c684426aa36df2f6df6)
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6sx_arm2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6sx_arm2.h b/include/configs/mx6sx_arm2.h
index 71446e2..0e64cec 100644
--- a/include/configs/mx6sx_arm2.h
+++ b/include/configs/mx6sx_arm2.h
@@ -33,7 +33,7 @@
#define CONFIG_REVISION_TAG
/* 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