]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nand: extend .raw accesses to work on multiple pages
authorScott Wood <scottwood@freescale.com>
Fri, 2 Mar 2012 20:01:57 +0000 (14:01 -0600)
committerScott Wood <scott@tyr.buserror.net>
Fri, 18 May 2012 22:34:31 +0000 (17:34 -0500)
commit418396e212b59bf907dbccad997ff50f7eb61b16
treed576541a8201318fd5373116d5450de845c25d3b
parentf50bf50d7f6f99c5ad4666d63a7eef43d3940500
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>
common/cmd_nand.c
doc/README.nand