diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-10 20:51:23 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-15 18:16:23 +0300 |
commit | da43d96f0371ce8a8a6bbadf294f1b8dd88c0280 (patch) | |
tree | 50c9179417b521dbf67d37fc6f7de0cffc76530f /arch | |
parent | 215386e48c84bdd2a29bf9d22150f462954e9e8d (diff) | |
download | u-boot-da43d96f0371ce8a8a6bbadf294f1b8dd88c0280.tar.xz |
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 <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
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" |