From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 24 Feb 2014 15:49:55 -0800 Subject: [U-Boot] [PATCH 2/4 v2] SPL: P2020RDB: fix the problem booting from spi flash In-Reply-To: <1390549809-23070-2-git-send-email-ying.zhang@freescale.com> References: <1390549809-23070-1-git-send-email-ying.zhang@freescale.com> <1390549809-23070-2-git-send-email-ying.zhang@freescale.com> Message-ID: <530BDAA3.2030508@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 stack in SPL, so the buffer needed in SPL is to malloc > from memory pool and to repalce the temporary variable. > > Signed-off-by: Ying Zhang > --- > Change from v1: > - The malloc size expand to 364K bytes. > Applied to u-boot-mpc85xx/master. Thanks. York