diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-10 12:51:24 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-15 10:16:24 -0500 |
commit | 0c3cd2443bb0c87dc8ebe117e1fb34c9060f863e (patch) | |
tree | fb1a3b975a20173d24e2b9c886863de30ada237d /arch | |
parent | da43d96f0371ce8a8a6bbadf294f1b8dd88c0280 (diff) | |
download | u-boot-0c3cd2443bb0c87dc8ebe117e1fb34c9060f863e.zip u-boot-0c3cd2443bb0c87dc8ebe117e1fb34c9060f863e.tar.gz u-boot-0c3cd2443bb0c87dc8ebe117e1fb34c9060f863e.tar.bz2 |
sh: Remove sh7753evb 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 8446d95..d8d2a7f 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_SH7753EVB - bool "SH7753EVB" - select CPU_SH4 - config TARGET_SH7757LCR bool "SH7757LCR" select CPU_SH4A @@ -48,7 +44,6 @@ config SYS_CPU source "arch/sh/lib/Kconfig" source "board/renesas/r2dplus/Kconfig" -source "board/renesas/sh7753evb/Kconfig" source "board/renesas/sh7757lcr/Kconfig" source "board/renesas/sh7763rdp/Kconfig" |