diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-05-20 03:27:27 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-06-14 12:42:06 +0200 |
commit | c81b1a8a71fd9a807cbf9aef17f84bec6969a269 (patch) | |
tree | 09c51f5824fe00e0707a5935f9ea30b3f0dcc28e /arch/sh | |
parent | 52883bac273a55fa1ade8dc37fd33453620bd9bd (diff) | |
download | u-boot-c81b1a8a71fd9a807cbf9aef17f84bec6969a269.tar.gz |
sh: ap325rxa: 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 036f54a4df..da4bfd2cc3 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -21,10 +21,6 @@ choice prompt "Target select" optional -config TARGET_AP325RXA - bool "Renesas AP-325RXA" - select CPU_SH4 - config TARGET_MIGOR bool "Migo-R" select CPU_SH4 @@ -68,7 +64,6 @@ config SYS_CPU source "arch/sh/lib/Kconfig" source "board/renesas/MigoR/Kconfig" -source "board/renesas/ap325rxa/Kconfig" source "board/renesas/r0p7734/Kconfig" source "board/renesas/r2dplus/Kconfig" source "board/renesas/r7780mp/Kconfig" |