nand_spl: store ecc data on the stack
authorScott Wood <scottwood@freescale.com>
Wed, 11 Jan 2012 21:41:01 +0000 (15:41 -0600)
committerScott Wood <scottwood@freescale.com>
Thu, 26 Jan 2012 22:09:06 +0000 (16:09 -0600)
commit25efd99dbb1352314c9eacdfae42064c2ca15499
tree24ac75339de7d35667057bf7ff97779ca2f7033e
parent80519c833411af115223c7b614f71493257aca1d
nand_spl: store ecc data on the stack

Adapt the following patch from spl to nand_spl:

  Author: Stefano Babic <sbabic@denx.de>
  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 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@denx.de>
CC: Ilya Yanok <yanok@emcraft.com>
CC: Scott Wood <scottwood@freescale.com>
CC: Tom Rini <tom.rini@gmail.com>
CC: Simon Schwarz <simonschwarzcor@googlemail.com>
CC: Wolfgang Denk <wd@denx.de>
Signed-off-by: Scott Wood <scottwood@freescale.com>
While nand_spl is on its way out, in favor of spl, there are still
many boards using it, and conversions are gradual.  This allows us
to get rid of CONFIG_SYS_NAND_ECCSTEPS and CONFIG_SYS_NAND_ECCTOTAL now,
which would otherwise be likely to linger unreferenced after a conversion.

It also eliminates a temporary error in the hawkboard_nand build, since
the spl version of the patch removed ECCSTEPS/TOTAL from hawkboard.h, but
the spl conversion is pending (and may be merged via a different tree).

Signed-off-by: Scott Wood <scottwood@freescale.com>
include/configs/PMC440.h
include/configs/acadia.h
include/configs/bamboo.h
include/configs/cam_enc_4xx.h
include/configs/canyonlands.h
include/configs/kilauea.h
include/configs/qi_lb60.h
include/configs/sequoia.h
include/configs/smdk6400.h
include/configs/tam3517-common.h
nand_spl/nand_boot.c