summaryrefslogtreecommitdiff
path: root/src/flash/nand/nuc910.c
Commit message (Collapse)AuthorAgeFilesLines
* NAND/NUC910: remove private "target" copyAntonio Borneo2011-01-021-21/+7
| | | | | | | Remove "target" form private data, and use common one in struct nand_block. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
* flash: add nuc910 nand driverSpencer Oliver2010-07-191-0/+240
This adds a nand driver support for the nuc910 target. Note that ECC is not currently supported by this driver, although it is supported by the peripheral. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>