sh: Add SH7203 CPU support.

This adds support for the SH7203 (SH-2A) CPU.

Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt 2007-11-26 18:17:21 +09:00
commit 6d01f51086
12 changed files with 399 additions and 15 deletions

View file

@ -17,7 +17,7 @@ enum cpu_type {
CPU_SH7619,
/* SH-2A types */
CPU_SH7206,
CPU_SH7203, CPU_SH7206,
/* SH-3 types */
CPU_SH7705, CPU_SH7706, CPU_SH7707,