summaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-10 12:51:26 -0500
committerTom Rini <trini@konsulko.com>2021-02-15 10:16:24 -0500
commit73effc2dca670d4bf6fce5448712cd062d4280ee (patch)
treef55da101458d0891904f03bc40fb8834976234bd /arch/sh
parentf0debb2136c5908a5fbf7e3bd7eb15a8984044bc (diff)
downloadu-boot-73effc2dca670d4bf6fce5448712cd062d4280ee.tar.gz
u-boot-73effc2dca670d4bf6fce5448712cd062d4280ee.tar.xz
u-boot-73effc2dca670d4bf6fce5448712cd062d4280ee.zip
sh: Remove sh7763rdp 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. Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 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 2e9ccf7632..7836869c55 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -12,10 +12,6 @@ config TARGET_R2DPLUS
bool "Renesas R2D-PLUS"
select CPU_SH4
-config TARGET_SH7763RDP
- bool "SH7763RDP"
- select CPU_SH4
-
endchoice
config SYS_ARCH
@@ -27,6 +23,5 @@ config SYS_CPU
source "arch/sh/lib/Kconfig"
source "board/renesas/r2dplus/Kconfig"
-source "board/renesas/sh7763rdp/Kconfig"
endmenu