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 /board/renesas/ap325rxa/Makefile | |
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 'board/renesas/ap325rxa/Makefile')
-rw-r--r-- | board/renesas/ap325rxa/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/board/renesas/ap325rxa/Makefile b/board/renesas/ap325rxa/Makefile deleted file mode 100644 index 6551b940d3..0000000000 --- a/board/renesas/ap325rxa/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -######################################################################### Copyright (C) 2008 Renesas Solutions Corp. -# Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> -# -# board/ap325rxa/Makefile -# -# - -obj-y := ap325rxa.o cpld-ap325rxa.o -extra-y += lowlevel_init.o |