summaryrefslogtreecommitdiff
path: root/include/linux/string.h
diff options
context:
space:
mode:
authorScott Wood <[email protected]>2012-01-11 15:41:01 -0600
committerScott Wood <[email protected]>2012-01-26 16:09:06 -0600
commit25efd99dbb1352314c9eacdfae42064c2ca15499 (patch)
tree24ac75339de7d35667057bf7ff97779ca2f7033e /include/linux/string.h
parent80519c833411af115223c7b614f71493257aca1d (diff)
nand_spl: store ecc data on the stack
Adapt the following patch from spl to nand_spl: Author: Stefano Babic <[email protected]> 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 <[email protected]> CC: Ilya Yanok <[email protected]> CC: Scott Wood <[email protected]> CC: Tom Rini <[email protected]> CC: Simon Schwarz <[email protected]> CC: Wolfgang Denk <[email protected]> Signed-off-by: Scott Wood <[email protected]> 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 <[email protected]>
Diffstat (limited to 'include/linux/string.h')
0 files changed, 0 insertions, 0 deletions