summaryrefslogtreecommitdiff
path: root/cpu/mcf52x2/cpu.h
Commit message (Collapse)AuthorAgeLines
* m68k: Move cpu/$CPU to arch/m68k/cpu/$CPUPeter Tyser2010-04-13-33/+0
| | | | Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* MCF5271-only: Added a weak board_reset function to allow custom resetRichard Retanubun2010-03-04-0/+33
This patch adds a board_reset function to allow boards to specify their own custom reset sequence (e.g. resetting by timing out watchdog). Tested only on MCF5271, can be expanded if needed. Based on Mike Frysinger's suggestion on: http://article.gmane.org/gmane.comp.boot-loaders.u-boot/70304 Signed-off-by: Richard Retanubun <RichardRetanubun at RuggedCom.com>