From 215386e48c84bdd2a29bf9d22150f462954e9e8d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 10 Feb 2021 12:51:22 -0500 Subject: 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 Patch-cc: Nobuhiro Iwamatsu Signed-off-by: Tom Rini --- arch/sh/Kconfig | 5 ----- 1 file changed, 5 deletions(-) (limited to 'arch/sh') diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 2cd153f..2d7525e 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" -- cgit v1.1