Skip to content

Commit

Permalink
sh: sh3: Remove CPU support
Browse files Browse the repository at this point in the history
This CPU core is old, no boards using the CPU are left in mainline,
it has no prospects of ever being converted to DM, drop it.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Chris Brandt <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
Cc: Vladimir Zapolskiy <[email protected]>
Cc: Yoshihiro Shimoda <[email protected]>
  • Loading branch information
Marek Vasut authored and Marek Vasut committed May 10, 2019
1 parent 89a6b74 commit d0487da
Show file tree
Hide file tree
Showing 16 changed files with 9 additions and 581 deletions.
4 changes: 0 additions & 4 deletions arch/sh/Kconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
menu "SuperH architecture"
depends on SH

config CPU_SH3
bool

config CPU_SH4
bool

Expand Down Expand Up @@ -82,7 +79,6 @@ config SYS_ARCH
default "sh"

config SYS_CPU
default "sh3" if CPU_SH3
default "sh4" if CPU_SH4

source "arch/sh/lib/Kconfig"
Expand Down
12 changes: 0 additions & 12 deletions arch/sh/cpu/sh3/Makefile

This file was deleted.

12 changes: 0 additions & 12 deletions arch/sh/cpu/sh3/config.mk

This file was deleted.

67 changes: 0 additions & 67 deletions arch/sh/cpu/sh3/cpu.c

This file was deleted.

25 changes: 0 additions & 25 deletions arch/sh/cpu/sh3/interrupts.c

This file was deleted.

26 changes: 0 additions & 26 deletions arch/sh/cpu/sh3/watchdog.c

This file was deleted.

30 changes: 0 additions & 30 deletions arch/sh/include/asm/cpu_sh3.h

This file was deleted.

50 changes: 0 additions & 50 deletions arch/sh/include/asm/cpu_sh7706.h

This file was deleted.

61 changes: 0 additions & 61 deletions arch/sh/include/asm/cpu_sh7710.h

This file was deleted.

Loading

0 comments on commit d0487da

Please sign in to comment.