diff options
author | Tom Rini | 2021-02-10 12:51:21 -0500 |
---|---|---|
committer | Tom Rini | 2021-02-15 10:16:23 -0500 |
commit | 5617351532fdf5d92b3af47d75b4fe1d800c377d (patch) | |
tree | dce73b0245aebb418c530aec37e1d4fdc49561f4 /arch/sh | |
parent | 865acad78f61c4bf1c8412aa511eb404cb6a3d4e (diff) |
sh: Remove MigoR 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/sh')
-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 91002a9be08..2cd153fbac0 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -21,10 +21,6 @@ choice prompt "Target select" optional -config TARGET_MIGOR - bool "Migo-R" - select CPU_SH4 - config TARGET_R2DPLUS bool "Renesas R2D-PLUS" select CPU_SH4 @@ -59,7 +55,6 @@ config SYS_CPU source "arch/sh/lib/Kconfig" -source "board/renesas/MigoR/Kconfig" source "board/renesas/r2dplus/Kconfig" source "board/renesas/r7780mp/Kconfig" source "board/renesas/sh7752evb/Kconfig" |