
20 May
2020
20 May
'20
12:54 p.m.
-----Original Message----- From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Kuldeep Singh Sent: Tuesday, May 5, 2020 1:07 PM To: Priyanka Jain priyanka.jain@nxp.com; u-boot@lists.denx.de Cc: Kuldeep Singh kuldeep.singh@nxp.com Subject: [PATCH 1/4] configs: ls1012a: Increase CONFIG_SYS_MALLOC_LEN size
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
Series applied to u-boot-fsl-qoriq. Awaiting upstream.
Thanks Priyanka