aboutsummaryrefslogtreecommitdiff
path: root/board/vocore
diff options
context:
space:
mode:
authorTom Rini2023-09-21 19:32:47 -0400
committerTom Rini2023-10-09 15:24:31 -0400
commitdb7516b635692d2d4ab9ce0fefa13a637fb4698e (patch)
treef779fb02e4db571e1d48f8d73b12d035a717d9c7 /board/vocore
parent521ca0fa7832ee67ad2a1de37bf05fe8acd00b06 (diff)
board: Remove essentially empty board files and Makefiles
As part of reviewing a new platform, Daniel Schwierzeck noted that we can have an empty Makefile in the board directory and don't need an empty board.c file as well. Further with further cleanup in the Makefile we can now omit the Makefile entirely. Remove a number of now unnecessary board.c and Makefiles. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/vocore')
-rw-r--r--board/vocore/vocore2/Makefile3
-rw-r--r--board/vocore/vocore2/board.c6
2 files changed, 0 insertions, 9 deletions
diff --git a/board/vocore/vocore2/Makefile b/board/vocore/vocore2/Makefile
deleted file mode 100644
index 70cd7a8e568..00000000000
--- a/board/vocore/vocore2/Makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0+
-
-obj-y += board.o
diff --git a/board/vocore/vocore2/board.c b/board/vocore/vocore2/board.c
deleted file mode 100644
index 27e42d14141..00000000000
--- a/board/vocore/vocore2/board.c
+++ /dev/null
@@ -1,6 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0+
-/*
- * Copyright (C) 2019 Mauro Condarelli <mc5686@mclink.it>
- *
- * Nothing actually needed here
- */