diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-03-12 01:38:59 -0400 |
---|---|---|
committer | Paul Mundt <lethal@hera.kernel.org> | 2007-05-06 22:10:53 -0400 |
commit | 32351a28a7e1f2c68afbe559dd35e1ad0301be6d (patch) | |
tree | 289c28c605da6876125fa2105d880860b88b5017 /arch/sh/tools | |
parent | be782df54c51b50dd4dbc363a5a5afa04565fc60 (diff) |
sh: Add SH7785 Highlander board support (R7785RP).
This adds preliminary support for the SH7785-based Highlander board.
Some of the Highlander support code is reordered so that most of it
can be reused directly.
This also plugs in missing SH7785 checks in the places that need it,
as this is the first board to support the CPU.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/tools')
-rw-r--r-- | arch/sh/tools/mach-types | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/tools/mach-types b/arch/sh/tools/mach-types index 4fe0f94cbf42..5b1236c2cfec 100644 --- a/arch/sh/tools/mach-types +++ b/arch/sh/tools/mach-types | |||
@@ -26,6 +26,7 @@ SH03 SH_SH03 | |||
26 | LANDISK SH_LANDISK | 26 | LANDISK SH_LANDISK |
27 | R7780RP SH_R7780RP | 27 | R7780RP SH_R7780RP |
28 | R7780MP SH_R7780MP | 28 | R7780MP SH_R7780MP |
29 | R7785RP SH_R7785RP | ||
29 | TITAN SH_TITAN | 30 | TITAN SH_TITAN |
30 | SHMIN SH_SHMIN | 31 | SHMIN SH_SHMIN |
31 | 7710VOIPGW SH_7710VOIPGW | 32 | 7710VOIPGW SH_7710VOIPGW |