[U-Boot] [PATCH V3] nand_spl_simple: store ecc data on the stack
Tom Rini
tom.rini at gmail.com
Tue Dec 13 19:04:59 CET 2011
On Tue, Dec 13, 2011 at 10:50 AM, Stefano Babic <sbabic at denx.de> 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 <sbabic at denx.de>
> CC: Ilya Yanok <yanok at emcraft.com>
> CC: Scott Wood <scottwood at freescale.com>
> CC: Tom Rini <tom.rini at gmail.com>
> CC: Simon Schwarz <simonschwarzcor at googlemail.com>
> CC: Wolfgang Denk <wd at denx.de>
Acked-by: Tom Rini <trini at ti.com>
Which covers the omap config file changes. Assuming Wolfgang doesn't
see a problem with using SYS_... in defines, Scott, do you want this
via your tree (in /next) since it's NAND or in mine since it's TI
boards? Assuming you don't see any problems of course. Thanks!
--
Tom
More information about the U-Boot
mailing list