From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Sat, 4 Jun 2016 08:57:09 -0700 Subject: [U-Boot] [PATCH] powerpc/board: SPL: Enable malloc flag in global data. In-Reply-To: <1464194508-5933-1-git-send-email-sumit.garg@nxp.com> References: <1464194508-5933-1-git-send-email-sumit.garg@nxp.com> Message-ID: <5752FA55.6040502@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/25/2016 03:24 AM, Sumit Garg wrote: > For malloc to work in SPL framework enable GD_FLG_FULL_MALLOC_INIT > flag in global data after allocating memory using mem_malloc_init. > > Signed-off-by: Sumit Garg > --- > board/freescale/b4860qds/spl.c | 1 + > board/freescale/c29xpcie/spl.c | 1 + > board/freescale/p1010rdb/spl.c | 1 + > board/freescale/p1022ds/spl.c | 1 + > board/freescale/p1_p2_rdb_pc/spl.c | 1 + > board/freescale/t102xqds/spl.c | 1 + > board/freescale/t102xrdb/spl.c | 1 + > board/freescale/t104xrdb/spl.c | 1 + > board/freescale/t208xqds/spl.c | 1 + > board/freescale/t208xrdb/spl.c | 1 + > board/freescale/t4qds/spl.c | 1 + > board/freescale/t4rdb/spl.c | 1 + > 12 files changed, 12 insertions(+) Applied to u-boot-mpc85xx master. Awaiting upstream. Thanks. York