summaryrefslogtreecommitdiff
path: root/arch/sh
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2019-05-07 22:51:39 +0300
committerMarek Vasut <marex@denx.de>2019-05-10 23:43:18 +0300
commit54eac8b3a3cc4c05d981ecefc8bcd5151f0d928c (patch)
tree95664b7b95323ea54d8b4d7cd7ef0230e43caa0a /arch/sh
parent58300f399f71ddc0ebdcd344cdf9f973aa0613b2 (diff)
downloadu-boot-54eac8b3a3cc4c05d981ecefc8bcd5151f0d928c.tar.xz
sh: rsk7269: 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 95e376bf38..c97856f9b4 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -31,10 +31,6 @@ choice
prompt "Target select"
optional
-config TARGET_RSK7269
- bool "RSK2+SH7269"
- select CPU_SH2A
-
config TARGET_MPR2
bool "Magic Panel Release 2 board"
select CPU_SH3
@@ -122,7 +118,6 @@ source "board/renesas/ap325rxa/Kconfig"
source "board/renesas/r0p7734/Kconfig"
source "board/renesas/r2dplus/Kconfig"
source "board/renesas/r7780mp/Kconfig"
-source "board/renesas/rsk7269/Kconfig"
source "board/renesas/sh7752evb/Kconfig"
source "board/renesas/sh7753evb/Kconfig"
source "board/renesas/sh7757lcr/Kconfig"