]> git.ipfire.org Git - people/ms/u-boot.git/commit
nand/onenand: Fix missing argument checking for "markbad" command
authorWolfgang Denk <wd@denx.de>
Sun, 24 May 2009 15:34:33 +0000 (17:34 +0200)
committerScott Wood <scottwood@freescale.com>
Tue, 7 Jul 2009 22:58:05 +0000 (17:58 -0500)
commit8360b66bac9567701027a0087274d0c9b2fe8d6b
tree6278f88b25ecfd5b12eb9a68e93d8bd2dd77d8f4
parentcd84423a09f3a08029fe41c1db96168debd0b51f
nand/onenand: Fix missing argument checking for "markbad" command

The "nand markbad" and "onenand markbad" commands did not check if an
argument was passed; if this was forgotten, no error was raised but
block 0 was marked as bad.

While fixing this bug, clean up the code a bit and allow to pass more
than one block address, thus allowing to mark several blocks as bad
in a single command invocation.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Scott Wood <scottwood@freescale.com>
common/cmd_nand.c
common/cmd_onenand.c