summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-10 12:51:22 -0500
committerTom Rini <trini@konsulko.com>2021-02-15 10:16:23 -0500
commit215386e48c84bdd2a29bf9d22150f462954e9e8d (patch)
treee3aa3d39bf9ecaf8b97fe4abdd7d4f4d33af3a7f /arch
parent5617351532fdf5d92b3af47d75b4fe1d800c377d (diff)
downloadu-boot-215386e48c84bdd2a29bf9d22150f462954e9e8d.tar.gz
u-boot-215386e48c84bdd2a29bf9d22150f462954e9e8d.tar.xz
u-boot-215386e48c84bdd2a29bf9d22150f462954e9e8d.zip
sh: Remove r7780mp board
This board has not been converted to CONFIG_DM by the deadline of v2020.01 and is missing other conversions which depend on this as well. Remove it. Patch-cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Patch-cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Tom Rini <trini@konsulko.com>
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 2cd153fbac..2d7525e61d 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -25,10 +25,6 @@ config TARGET_R2DPLUS
bool "Renesas R2D-PLUS"
select CPU_SH4
-config TARGET_R7780MP
- bool "R7780MP board"
- select CPU_SH4A
-
config TARGET_SH7752EVB
bool "SH7752EVB"
select CPU_SH4A
@@ -56,7 +52,6 @@ config SYS_CPU
source "arch/sh/lib/Kconfig"
source "board/renesas/r2dplus/Kconfig"
-source "board/renesas/r7780mp/Kconfig"
source "board/renesas/sh7752evb/Kconfig"
source "board/renesas/sh7753evb/Kconfig"
source "board/renesas/sh7757lcr/Kconfig"