]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
nand commands: make only "dump" repeatable.
authorScott Wood <scottwood@freescale.com>
Wed, 25 Aug 2010 20:24:01 +0000 (15:24 -0500)
committerScott Wood <scottwood@freescale.com>
Mon, 11 Oct 2010 20:10:26 +0000 (15:10 -0500)
commit8c5659a6daa2a3af75ec762d25f40dd053bed26f
tree1fb1bc5deb620cb717aefc3240714009e297925e
parent30486322517c99f09eabc53f5fad43063656a4f0
nand commands: make only "dump" repeatable.

The dump command is made to increment its address on repeat,
as md does.  Other commands do not make sense to issue repeatedly,
and can be irritating when it happens accidentally, so don't.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Tested-by: Ben Gardiner <bengardiner@nanometrics.ca>
common/cmd_nand.c