[U-Boot] [PATCH 5/5] NAND: Add scrub.quiet command option
Mike Frysinger
vapier at gentoo.org
Mon Sep 12 18:45:43 CEST 2011
On Monday, September 12, 2011 00:04:10 Marek Vasut wrote:
> This allows the scrub command to scrub without asking the user if he really
> wants to scrub the area. Useful in scripts.
"quiet" and "skip user input" are two different things. can you use a more
clean option like accepting "-y" to the "scrub" subcommand ?
> @@ -569,6 +574,7 @@ int do_nand(cmd_tbl_t * cmdtp, int flag, int argc, char
> * const argv[]) return -1;
> }
> }
> +
> ret = nand_erase_opts(nand, &opts);
> printf("%s\n", ret ? "ERROR" : "OK");
unrelated whitespace changes are frowned upon
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20110912/d6d9c825/attachment.pgp
More information about the U-Boot
mailing list