diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-05-07 22:01:37 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-05-10 22:43:18 +0200 |
commit | d7d7e84856e8be9d0e7089b1c0daacbe796433bb (patch) | |
tree | b28d70d8171c7557ed4eec5b590ff284baa2f04b /arch/sh | |
parent | a786d9be88200b9d03e9f7daf700621ad14d8b8a (diff) | |
download | u-boot-d7d7e84856e8be9d0e7089b1c0daacbe796433bb.tar.gz u-boot-d7d7e84856e8be9d0e7089b1c0daacbe796433bb.tar.bz2 u-boot-d7d7e84856e8be9d0e7089b1c0daacbe796433bb.zip |
sh: ms7720se: Remove the board
Last change to this board was done in 2016, has no prospects of
ever being converted to DM, drop it.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Chris Brandt <chris.brandt@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Vladimir Zapolskiy <vz@mleia.com>
Cc: Yoshihiro Shimoda <shimoda.yoshihiro.uh@renesas.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 ea48ecb9a1..4054dd8eea 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -24,10 +24,6 @@ choice prompt "Target select" optional -config TARGET_MS7720SE - bool "Support ms7720se" - select CPU_SH3 - config TARGET_SHMIN bool "SHMIN" select CPU_SH3 @@ -97,7 +93,6 @@ source "arch/sh/lib/Kconfig" source "board/alphaproject/ap_sh4a_4a/Kconfig" source "board/espt/Kconfig" -source "board/ms7720se/Kconfig" source "board/ms7722se/Kconfig" source "board/ms7750se/Kconfig" source "board/renesas/MigoR/Kconfig" |