commit | 7d25cd34e9d73ab7fff8f3c4283a11e50b0d204b | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Jul 11 17:27:13 2013 +0900 |
committer | Scott Wood <scottwood@freescale.com> | Thu Aug 22 17:25:02 2013 -0500 |
tree | 90b95c0445296b5b7a8760b6495778e4c6fc924b | |
parent | e40520b5b585c82d90e94c54cb3035b277e8280f [diff] |
cmd_nand: slight optimization of nand_dump function If a non-zero value is given to only_oob argument, printing the main area is skipped. With a little modification, we can skip the whole while loop. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>