diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-05-20 03:21:39 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-06-14 12:42:06 +0200 |
commit | 52883bac273a55fa1ade8dc37fd33453620bd9bd (patch) | |
tree | 353d0219ec00ec8c8949bafe58578844f2a3e96e /board/alphaproject/ap_sh4a_4a/Makefile | |
parent | 94bb4492e11df69dd95fb90d3faf6f5338cb6ff9 (diff) | |
download | u-boot-52883bac273a55fa1ade8dc37fd33453620bd9bd.tar.gz |
sh: ap_sh4a_4a: 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/alphaproject/ap_sh4a_4a/Makefile')
-rw-r--r-- | board/alphaproject/ap_sh4a_4a/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/alphaproject/ap_sh4a_4a/Makefile b/board/alphaproject/ap_sh4a_4a/Makefile deleted file mode 100644 index 7dd596c3cc..0000000000 --- a/board/alphaproject/ap_sh4a_4a/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# Copyright (C) 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> -# - -obj-y := ap_sh4a_4a.o -extra-y += lowlevel_init.o |