diff options
author | Steve Glendinning <steve.glendinning@smsc.com> | 2009-03-20 10:16:29 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-03-20 12:26:33 -0400 |
commit | eaeed5d31d8ded02fa0a4b608f57418cc0e65b07 (patch) | |
tree | 6b00f9d1a6f912da78e9c7d0e526ff85c54f0a36 /arch/sh/tools | |
parent | 3bf509230a626d11cba0e0145f552918092f586d (diff) |
sh: add support for SMSC Polaris platform
Polaris is an SMSC reference platform with a SH7709S CPU and LAN9118
ethernet controller. This patch adds support for it.
Updated following feedback from Nobuhiro Iwamatsu.
Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com>
Reviewed-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
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 4932705603b3..8477b5d884fd 100644 --- a/arch/sh/tools/mach-types +++ b/arch/sh/tools/mach-types | |||
@@ -54,3 +54,4 @@ SH7763RDP SH_SH7763RDP | |||
54 | SH7785LCR SH_SH7785LCR | 54 | SH7785LCR SH_SH7785LCR |
55 | URQUELL SH_URQUELL | 55 | URQUELL SH_URQUELL |
56 | ESPT SH_ESPT | 56 | ESPT SH_ESPT |
57 | POLARIS SH_POLARIS | ||