From da43d96f0371ce8a8a6bbadf294f1b8dd88c0280 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 10 Feb 2021 12:51:23 -0500 Subject: sh: Remove sh7752evb 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. Signed-off-by: Tom Rini --- arch/sh/Kconfig | 5 ----- 1 file changed, 5 deletions(-) (limited to 'arch/sh/Kconfig') diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 2d7525e61d..8446d9587e 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_SH7752EVB - bool "SH7752EVB" - select CPU_SH4A - config TARGET_SH7753EVB bool "SH7753EVB" select CPU_SH4 @@ -52,7 +48,6 @@ config SYS_CPU source "arch/sh/lib/Kconfig" source "board/renesas/r2dplus/Kconfig" -source "board/renesas/sh7752evb/Kconfig" source "board/renesas/sh7753evb/Kconfig" source "board/renesas/sh7757lcr/Kconfig" source "board/renesas/sh7763rdp/Kconfig" -- cgit v1.2.3