summaryrefslogtreecommitdiff
path: root/arch/sh
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-10 20:51:21 +0300
committerTom Rini <trini@konsulko.com>2021-02-15 18:16:23 +0300
commit5617351532fdf5d92b3af47d75b4fe1d800c377d (patch)
treedce73b0245aebb418c530aec37e1d4fdc49561f4 /arch/sh
parent865acad78f61c4bf1c8412aa511eb404cb6a3d4e (diff)
downloadu-boot-5617351532fdf5d92b3af47d75b4fe1d800c377d.tar.xz
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/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 91002a9be0..2cd153fbac 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"