diff options
author | Marek Vasut | 2019-05-20 03:18:46 +0200 |
---|---|---|
committer | Marek Vasut | 2019-06-14 12:42:06 +0200 |
commit | 6b371a7a4bd1f8f01e791e8ad538fcd03b1eeba5 (patch) | |
tree | 9932e2753659d43f03412567ad45944c48c89270 /arch | |
parent | ea349270e38473455f0bbfafb38e4838e6b2b701 (diff) |
sh: ms7722: 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 <marek.vasut+renesas@gmail.com>
Cc: Chris Brandt <chris.brandt@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Vladimir Zapolskiy <vz@mleia.com>
Cc: Yoshihiro Shimoda <shimoda.yoshihiro.uh@renesas.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 26d64b973ba..5e83416ba30 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -21,10 +21,6 @@ choice prompt "Target select" optional -config TARGET_MS7722SE - bool "SolutionEngine 7722" - select CPU_SH4 - config TARGET_MS7750SE bool "SolutionEngine 7750" select CPU_SH4 @@ -80,7 +76,6 @@ config SYS_CPU source "arch/sh/lib/Kconfig" source "board/alphaproject/ap_sh4a_4a/Kconfig" -source "board/ms7722se/Kconfig" source "board/ms7750se/Kconfig" source "board/renesas/MigoR/Kconfig" source "board/renesas/ap325rxa/Kconfig" |