summaryrefslogtreecommitdiff
path: root/arch/m68k/cpu/mcf52x2/cpu_init.c
Commit message (Collapse)AuthorAgeLines
* m68k: fix ambiguous bit testingMike Frysinger2011-12-05-1/+1
| | | | | | | | | | Building for some m68k boards results in the warning: cpu_init.c: In function 'cpu_init_f': cpu_init.c:287: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* m68k: Move cpu/$CPU to arch/m68k/cpu/$CPUPeter Tyser2010-04-13-0/+747
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>