]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/cmd_nand.c
NAND: Always skip blocks on read/write/boot.
authorScott Wood <scottwood@freescale.com>
Thu, 12 Jun 2008 18:13:23 +0000 (13:13 -0500)
committerScott Wood <scottwood@freescale.com>
Tue, 12 Aug 2008 16:31:27 +0000 (11:31 -0500)
commit984e03cdf1431bb593aeaa1b74c445d616f955d3
tree9ca147809a8266bd016050a0789d4b19913d7e40
parente1c3dbada349992875934575c97b328ab2cb33ca
NAND: Always skip blocks on read/write/boot.

Use of the non-skipping versions was almost always (if not always)
an error, and no valid use case has been identified.

Signed-off-by: Scott Wood <scottwood@freescale.com>
common/cmd_nand.c
doc/README.nand