summaryrefslogtreecommitdiff
path: root/arch/sh
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2019-05-07 21:49:16 +0200
committerMarek Vasut <marex@denx.de>2019-05-10 22:43:18 +0200
commit5736453c6f2732a0d78a30978d1692801dad5d81 (patch)
tree7e2230109721c20e725c99641df5a7e7dd86298b /arch/sh
parent10e91cfdb0a0f8fe6a41511b2feb90c47b0e9f96 (diff)
sh: rsk7203: 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/sh')
-rw-r--r--arch/sh/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index a5772da87a..6f8418131c 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -31,10 +31,6 @@ choice
prompt "Target select"
optional
-config TARGET_RSK7203
- bool "RSK+ 7203"
- select CPU_SH2A
-
config TARGET_RSK7264
bool "RSK2+SH7264"
select CPU_SH2A
@@ -130,7 +126,6 @@ source "board/renesas/ap325rxa/Kconfig"
source "board/renesas/r0p7734/Kconfig"
source "board/renesas/r2dplus/Kconfig"
source "board/renesas/r7780mp/Kconfig"
-source "board/renesas/rsk7203/Kconfig"
source "board/renesas/rsk7264/Kconfig"
source "board/renesas/rsk7269/Kconfig"
source "board/renesas/sh7752evb/Kconfig"