summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2019-05-20 03:19:44 +0200
committerMarek Vasut <[email protected]>2019-06-14 12:42:06 +0200
commit94bb4492e11df69dd95fb90d3faf6f5338cb6ff9 (patch)
tree3c6005e86c0777dc10b681e619e54ae083712542 /arch
parent6b371a7a4bd1f8f01e791e8ad538fcd03b1eeba5 (diff)
sh: ms7750se: Remove the board
Last change to this board was done in 2016, 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]>
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 5e83416ba30..8c9f7aed1aa 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -21,10 +21,6 @@ choice
prompt "Target select"
optional
-config TARGET_MS7750SE
- bool "SolutionEngine 7750"
- select CPU_SH4
-
config TARGET_AP_SH4A_4A
bool "ALPHAPROJECT AP-SH4A-4A"
select CPU_SH4A
@@ -76,7 +72,6 @@ config SYS_CPU
source "arch/sh/lib/Kconfig"
source "board/alphaproject/ap_sh4a_4a/Kconfig"
-source "board/ms7750se/Kconfig"
source "board/renesas/MigoR/Kconfig"
source "board/renesas/ap325rxa/Kconfig"
source "board/renesas/r0p7734/Kconfig"