commit | 418396e212b59bf907dbccad997ff50f7eb61b16 | [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 | f50bf50d7f6f99c5ad4666d63a7eef43d3940500 [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>