summaryrefslogtreecommitdiff
path: root/cpu/blackfin/Makefile
Commit message (Collapse)AuthorAgeLines
* Blackfin: drop unused cache flush codeMike Frysinger2008-10-23-1/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Blackfin: unify cpu and boot modesMike Frysinger2008-03-30-0/+65
All of the duplicated code for Blackfin processors and boot modes have been unified. After all, the core is the same for all processors, just the peripheral set differs (which gets handled in the drivers). Signed-off-by: Mike Frysinger <vapier@gentoo.org>