eliminate src/flash/flash.c

Move remaining NOR flash implemenation into flash/nor/core.c
Removes flash.c from the build, leaving only its header to split.
This commit is contained in:
Zachary T Welch
2009-12-04 04:37:27 -08:00
parent c90702eaa7
commit 5fdee60fd4
3 changed files with 187 additions and 221 deletions

View File

@@ -9,7 +9,6 @@ METASOURCES = AUTO
noinst_LTLIBRARIES = libflash.la
libflash_la_SOURCES = \
common.c \
flash.c \
arm_nandio.c \
nand_ecc.c \
nand_ecc_kw.c \