configs: ls1012a: Increase CONFIG_SYS_MALLOC_LEN size
authorKuldeep Singh <kuldeep.singh@nxp.com>
Tue, 12 May 2020 09:28:51 +0000 (14:58 +0530)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 19 May 2020 03:52:06 +0000 (09:22 +0530)
CONFIG_SYS_MALLOC_LEN is currently set to low value and leaves very less
space to do malloc in flash environmet. Increase the value to get more
memory and also make it align with other boards(ls1046a, ls1043a etc.)
config values.

Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
include/configs/ls1012a_common.h

index 6aa88c1c645ac9ee199fcd62d2de707048e2f980..3bea9a9186860c637190bc7c155e920259994dcf 100644 (file)
@@ -34,7 +34,7 @@
 #define CONFIG_LAYERSCAPE_NS_ACCESS
 
 /* Size of malloc() pool */
-#define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 128 * 1024)
+#define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 1024 * 1024)
 
 /*SPI device */
 #define CONFIG_SYS_FMAN_FW_ADDR                0x400d0000