split nand.c into nand/{core,fileio,tcl}.c

Moves commands into nand/tcl.c and core implementation to 'nand/core.c'
and 'nand/fileio.c'.  Eliminates 'flash/nand.c'.

Adds 'nand/imp.h' to share routines between TCL commands and core.
This commit is contained in:
Zachary T Welch
2009-12-04 19:28:18 -08:00
parent a7fd30c07f
commit 747d6f2286
7 changed files with 1006 additions and 873 deletions

View File

@@ -12,7 +12,6 @@ libflash_la_SOURCES = \
arm_nandio.c \
nand_ecc.c \
nand_ecc_kw.c \
nand.c \
mflash.c
libflash_la_LIBADD = \