Re: [U-Boot] [PATCH] nand_spl: store ecc data on the stack

2012-01-11 Thread Stefan Roese
On Wednesday 11 January 2012 23:34:35 Scott Wood wrote: > Adapt the following patch from spl to nand_spl: > > Author: Stefano Babic > Date: Thu Dec 15 10:55:37 2011 +0100 > > nand_spl_simple: store ecc data on the stack > > Currently nand_spl_simple puts it's temp data at 0x10

[U-Boot] [PATCH] nand_spl: store ecc data on the stack

2012-01-11 Thread Scott Wood
Adapt the following patch from spl to nand_spl: Author: Stefano Babic Date: Thu Dec 15 10:55:37 2011 +0100 nand_spl_simple: store ecc data on the stack Currently nand_spl_simple puts it's temp data at 0x1 offset in SDRAM which is likely to contain already loaded data