From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 24 Feb 2014 15:49:29 -0800 Subject: [U-Boot] [PATCH 3/4 v2] SPL: P1022DS: fix the problem booting from spi flash In-Reply-To: <1390549809-23070-3-git-send-email-ying.zhang@freescale.com> References: <1390549809-23070-1-git-send-email-ying.zhang@freescale.com> <1390549809-23070-3-git-send-email-ying.zhang@freescale.com> Message-ID: <530BDA89.8090905@freescale.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 01/23/2014 11:50 PM, ying.zhang at freescale.com wrote: > From: Ying Zhang > > There was no enough memory for malloc in SPL booting from spi flash, so > relayout the memory in SPL: reduce the memory for global data from 16K > Bytes to 4K Bytes, save the space for malloc. > > Signed-off-by: Ying Zhang > --- > Change from v1: > - Move the content about P2020RDB to 2 of patchset. > Applied to u-boot-mpc85xx/master. Thanks. York