summaryrefslogtreecommitdiff
path: root/src/flash/nor/lpc288x.h
Commit message (Collapse)AuthorAgeFilesLines
* FLASH/NOR: Remove useless file lpc288x.hAntonio Borneo2010-11-171-37/+0
| | | | Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
* remove flash.h from treeZachary T Welch2009-12-041-2/+0
| | | | | Remove the now vestigial <flash/flash.h> header from the tree, replacing a few references with <flash/nor/core.h>
* change #include "flash.h" to <flash/flash.h>Zachary T Welch2009-12-031-1/+1
| | | | | | | | | | | | Changes from the flat namespace to heirarchical one. Instead of writing: #include "flash.h" the following form should be used. #include <flash/flash.h> The exception is from .c files in the same directory.
* move nor drivers to src/flash/norZachary T Welch2009-12-021-0/+39
Moves NOR flash drivers to 'src/flash/nor/'. Adds 'src/flash/nor/Makefile.am'. Builds 'libocdflashnor.la'.