Skip to content

Commit

Permalink
sh: Fix up SH7710 VoIP-GW build.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Mar 6, 2008
1 parent 2af8b3b commit e7d7dec
Show file tree
Hide file tree
Showing 6 changed files with 250 additions and 449 deletions.
7 changes: 0 additions & 7 deletions arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -456,13 +456,6 @@ config SH_SECUREEDGE5410
This includes both the OEM SecureEdge products as well as the
SME product line.

config SH_7710VOIPGW
bool "SH7710-VOIP-GW"
depends on CPU_SUBTYPE_SH7710
help
Select this option to build a kernel for the SH7710 based
VOIP GW.

config SH_RTS7751R2D
bool "RTS7751R2D"
depends on CPU_SUBTYPE_SH7751R
Expand Down
1 change: 0 additions & 1 deletion arch/sh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ machdir-$(CONFIG_SH_EDOSK7705) += renesas/edosk7705
machdir-$(CONFIG_SH_HIGHLANDER) += renesas/r7780rp
machdir-$(CONFIG_SH_MIGOR) += renesas/migor
machdir-$(CONFIG_SH_SDK7780) += renesas/sdk7780
machdir-$(CONFIG_SH_7710VOIPGW) += renesas/sh7710voipgw
machdir-$(CONFIG_SH_X3PROTO) += renesas/x3proto
machdir-$(CONFIG_SH_SH4202_MICRODEV) += superh/microdev
machdir-$(CONFIG_SH_LANDISK) += landisk
Expand Down
1 change: 0 additions & 1 deletion arch/sh/boards/renesas/sh7710voipgw/Makefile

This file was deleted.

94 changes: 0 additions & 94 deletions arch/sh/boards/renesas/sh7710voipgw/setup.c

This file was deleted.

Loading

0 comments on commit e7d7dec

Please sign in to comment.