Skip to content

Commit

Permalink
sh64: Kill off dead ROM-RAM and generic boards.
Browse files Browse the repository at this point in the history
The generic board stubs were never added, and the ROM-RAM boards
never made it in to the wild. Neither one has any users, and both
are utterly broken in-tree (likely since 2.4). Kill them both off.

Signed-off-by: Paul Mundt <[email protected]>
  • Loading branch information
pmundt committed Oct 1, 2007
1 parent 4e99b0b commit d006772
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 162 deletions.
6 changes: 0 additions & 6 deletions arch/sh64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,12 @@ choice
prompt "SuperH system type"
default SH_SIMULATOR

config SH_GENERIC
bool "Generic"

config SH_SIMULATOR
bool "Simulator"

config SH_CAYMAN
bool "Cayman"

config SH_ROMRAM
bool "ROM/RAM"

config SH_HARP
bool "ST50-Harp"

Expand Down
1 change: 0 additions & 1 deletion arch/sh64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ endif
machine-$(CONFIG_SH_CAYMAN) := cayman
machine-$(CONFIG_SH_SIMULATOR) := sim
machine-$(CONFIG_SH_HARP) := harp
machine-$(CONFIG_SH_ROMRAM) := romram

head-y := arch/$(ARCH)/kernel/head.o arch/$(ARCH)/kernel/init_task.o

Expand Down
14 changes: 0 additions & 14 deletions arch/sh64/mach-romram/Makefile

This file was deleted.

141 changes: 0 additions & 141 deletions arch/sh64/mach-romram/setup.c

This file was deleted.

0 comments on commit d006772

Please sign in to comment.