diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-03-06 16:08:00 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-03-06 16:08:00 +0900 |
commit | e7d7deca60c01d844a4d8e5644f4aecaf0e3bee4 (patch) | |
tree | 08d094e5b65ae0a44fe0ee6d06b53196cb622049 /arch/sh/tools | |
parent | 2af8b3b642ea2a9442890797ad5f92d2eaacb5b5 (diff) | |
download | linux-3.10-e7d7deca60c01d844a4d8e5644f4aecaf0e3bee4.tar.gz linux-3.10-e7d7deca60c01d844a4d8e5644f4aecaf0e3bee4.tar.bz2 linux-3.10-e7d7deca60c01d844a4d8e5644f4aecaf0e3bee4.zip |
sh: Fix up SH7710 VoIP-GW build.
The only board-specific bits that existed here were for setting up the
IRQs, which are now handled by the SH7710 CPU support code instead. As
there's nothing else to do for setup, kill off the board support code
and have the defconfig use the generic machvec instead.
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, 0 insertions, 1 deletions
diff --git a/arch/sh/tools/mach-types b/arch/sh/tools/mach-types index 67997af25c0..d63b93da952 100644 --- a/arch/sh/tools/mach-types +++ b/arch/sh/tools/mach-types @@ -38,7 +38,6 @@ R7780MP SH_R7780MP R7785RP SH_R7785RP TITAN SH_TITAN SHMIN SH_SHMIN -7710VOIPGW SH_7710VOIPGW LBOXRE2 SH_LBOX_RE2 X3PROTO SH_X3PROTO MAGICPANELR2 SH_MAGIC_PANEL_R2 |