Use nand_fileio_* in write/dump commands.
authorZachary T Welch <zw@superlucidity.net>
Fri, 6 Nov 2009 03:45:24 +0000 (19:45 -0800)
committerZachary T Welch <zw@superlucidity.net>
Mon, 16 Nov 2009 09:38:19 +0000 (01:38 -0800)
commit51cd370b396d19555158c1eb913e7c8386d92a0f
treeb7738b29844e4d5dff3c2af030028cf64b57704e
parent23cc85b307de80be089dcb0048dbb6168e59651a
Use nand_fileio_* in write/dump commands.

This patch eliminates duplicated code in the the NAND 'dump' and 'write'
by using the new static helper functions.

These changes also fix a possible memory leak in nand dump command, in
the case that the dump file failed to open.

Overall, the changes should be functionally equivalent, but the
resulting code will be easier to improve and extend further.
src/flash/nand.c