From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 15 Dec 2011 16:18:31 -0600 Subject: [U-Boot] [PATCH V5] nand_spl_simple: store ecc data on the stack In-Reply-To: <1323942937-3583-1-git-send-email-sbabic@denx.de> References: <1323624146-8402-1-git-send-email-sbabic@denx.de> <1323942937-3583-1-git-send-email-sbabic@denx.de> Message-ID: <4EEA7237.7000608@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 12/15/2011 03:55 AM, Stefano Babic wrote: > Currently nand_spl_simple puts it's temp data at 0x10000 offset in SDRAM > which is likely to contain already loaded data. > The patch saves the oob data and the ecc on the stack replacing > the fixed address in RAM. > > Signed-off-by: Stefano Babic > CC: Ilya Yanok > CC: Scott Wood > CC: Tom Rini > CC: Simon Schwarz > CC: Wolfgang Denk > --- Acked-by: Scott Wood -Scott