summaryrefslogtreecommitdiff
path: root/src/flash/nor/non_cfi.c
Commit message (Collapse)AuthorAgeFilesLines
* remove flash.h from treeZachary T Welch2009-12-041-1/+2
| | | | | Remove the now vestigial <flash/flash.h> header from the tree, replacing a few references with <flash/nor/core.h>
* move nor drivers to src/flash/norZachary T Welch2009-12-021-0/+491
Moves NOR flash drivers to 'src/flash/nor/'. Adds 'src/flash/nor/Makefile.am'. Builds 'libocdflashnor.la'.