diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-10 12:51:26 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-15 10:16:24 -0500 |
commit | 73effc2dca670d4bf6fce5448712cd062d4280ee (patch) | |
tree | f55da101458d0891904f03bc40fb8834976234bd /arch/sh | |
parent | f0debb2136c5908a5fbf7e3bd7eb15a8984044bc (diff) | |
download | u-boot-73effc2dca670d4bf6fce5448712cd062d4280ee.zip u-boot-73effc2dca670d4bf6fce5448712cd062d4280ee.tar.gz u-boot-73effc2dca670d4bf6fce5448712cd062d4280ee.tar.bz2 |
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/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 2e9ccf7..7836869 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 |