diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-05-20 03:19:44 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-06-14 12:42:06 +0200 |
commit | 94bb4492e11df69dd95fb90d3faf6f5338cb6ff9 (patch) | |
tree | 3c6005e86c0777dc10b681e619e54ae083712542 /board/ms7750se/Makefile | |
parent | 6b371a7a4bd1f8f01e791e8ad538fcd03b1eeba5 (diff) |
sh: ms7750se: 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/ms7750se/Makefile')
-rw-r--r-- | board/ms7750se/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/ms7750se/Makefile b/board/ms7750se/Makefile deleted file mode 100644 index a077810600..0000000000 --- a/board/ms7750se/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# Copyright (C) 2007 -# Nobuhiro Iwamatsu <iwamatsu@nigauri.org> - -obj-y := ms7750se.o -extra-y += lowlevel_init.o |