summaryrefslogtreecommitdiff
path: root/board/ms7750se/ms7750se.c
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2019-05-20 03:19:44 +0200
committerMarek Vasut <marex@denx.de>2019-06-14 12:42:06 +0200
commit94bb4492e11df69dd95fb90d3faf6f5338cb6ff9 (patch)
tree3c6005e86c0777dc10b681e619e54ae083712542 /board/ms7750se/ms7750se.c
parent6b371a7a4bd1f8f01e791e8ad538fcd03b1eeba5 (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/ms7750se.c')
-rw-r--r--board/ms7750se/ms7750se.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/board/ms7750se/ms7750se.c b/board/ms7750se/ms7750se.c
deleted file mode 100644
index 903f3a11f7b..00000000000
--- a/board/ms7750se/ms7750se.c
+++ /dev/null
@@ -1,24 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0+
-/*
- * Copyright (C) 2007
- * Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
- */
-
-#include <common.h>
-#include <asm/processor.h>
-
-int checkboard(void)
-{
- puts("BOARD: SH7750/SH7750S/SH7750R Solution Engine\n");
- return 0;
-}
-
-int board_init(void)
-{
- return 0;
-}
-
-int board_late_init(void)
-{
- return 0;
-}