diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-05-04 13:24:51 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-05-07 05:41:31 +0200 |
commit | e4f01b513354afb09efa9bb7fbb737d71a02f1fe (patch) | |
tree | 7ebdeaf6b913faa40df0dd19f6e4cdcdc80e334c /board/renesas/ecovec/Makefile | |
parent | b3c27c94292c61ed66f2e1b3d8c51dcf7dc5ebbf (diff) |
sh: ecovec: Remove the board
Last change to this board was done in 2016, it uses non-DM USB
with no prospects of ever being converted to DM USB, 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@renesas.com>
Diffstat (limited to 'board/renesas/ecovec/Makefile')
-rw-r--r-- | board/renesas/ecovec/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/renesas/ecovec/Makefile b/board/renesas/ecovec/Makefile deleted file mode 100644 index aae3f70813..0000000000 --- a/board/renesas/ecovec/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# Copyright (C) 2011 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> -# Copyright (C) 2011 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> -# - -obj-y := ecovec.o -extra-y += lowlevel_init.o |