diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-05-04 13:21:07 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-05-07 05:41:31 +0200 |
commit | 06480665aa18ad2146b14e14ac2488f88ba274dd (patch) | |
tree | 03545f059aaeeb41dd223124fc85828dc8b91625 /board/renesas/sh7785lcr/Makefile | |
parent | d13a6144ff5d4fb31fc62acd2d49bfb9a398ede9 (diff) |
sh: sh7785lcr: 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/sh7785lcr/Makefile')
-rw-r--r-- | board/renesas/sh7785lcr/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/renesas/sh7785lcr/Makefile b/board/renesas/sh7785lcr/Makefile deleted file mode 100644 index ba00657d7e..0000000000 --- a/board/renesas/sh7785lcr/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# Copyright (C) 2008 Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> -# - -obj-y := sh7785lcr.o selfcheck.o rtl8169_mac.o -extra-y += lowlevel_init.o |