summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2019-05-04 13:24:51 +0200
committerMarek Vasut <[email protected]>2019-05-07 05:41:31 +0200
commite4f01b513354afb09efa9bb7fbb737d71a02f1fe (patch)
tree7ebdeaf6b913faa40df0dd19f6e4cdcdc80e334c /arch
parentb3c27c94292c61ed66f2e1b3d8c51dcf7dc5ebbf (diff)
sh: ecovec: Remove the board
Last change to this board was done in 2016, it uses non-DM USB with no prospects of ever being converted to DM USB, 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 d20761e66ca..ff7932bacba 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -75,10 +75,6 @@ config TARGET_AP325RXA
bool "Renesas AP-325RXA"
select CPU_SH4
-config TARGET_ECOVEC
- bool "EcoVec"
- select CPU_SH4A
-
config TARGET_MIGOR
bool "Migo-R"
select CPU_SH4
@@ -135,7 +131,6 @@ source "board/ms7722se/Kconfig"
source "board/ms7750se/Kconfig"
source "board/renesas/MigoR/Kconfig"
source "board/renesas/ap325rxa/Kconfig"
-source "board/renesas/ecovec/Kconfig"
source "board/renesas/r0p7734/Kconfig"
source "board/renesas/r2dplus/Kconfig"
source "board/renesas/r7780mp/Kconfig"