summaryrefslogtreecommitdiff
path: root/src/flash/nand/orion.c
Commit message (Collapse)AuthorAgeFilesLines
* change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch2009-12-031-1/+1
| | | | | | | | | | | | Changes from the flat namespace to heirarchical one. Instead of writing: #include "armv4_5.h" the following form should be used. #include <target/armv4_5.h> The exception is from .c files in the same directory.
* move nand drivers to src/flash/nand/Zachary T Welch2009-12-021-0/+180
Moves NAND drivers to src/flash/nand/. Adds src/flash/nand/Makefile.am. Builds libocdflashnand.la.