commit | 733fb02b0f763a5f0be001975980d75e35f7ed00 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Fri Mar 02 14:01:57 2012 -0600 |
committer | Scott Wood <scott@tyr.buserror.net> | Fri May 18 17:34:31 2012 -0500 |
tree | d576541a8201318fd5373116d5450de845c25d3b | |
parent | 2f36f0aea94c4081770bd9a020df3a1869ec71b4 [diff] |
nand: extend .raw accesses to work on multiple pages A use for this is to read, modify, erase, and write an entire block as a single unit, as a replacement for the biterr command. This way gives more flexibility in that you can also test multiple bit errors, errors in the ECC, etc. Signed-off-by: Scott Wood <scottwood@freescale.com>