Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nit: do not add \n at end of LOG_ERROR | Eric Wetzel | 2011-01-05 | 1 | -1/+1 |
| | | | | Fixed in many other places, and submitted in response to Øyvind's invitation. | ||||
* | NAND/NUC910: remove private "target" copy | Antonio Borneo | 2011-01-02 | 1 | -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 driver | Spencer Oliver | 2010-07-19 | 1 | -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> |