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>
This commit is contained in:
Tom Rini
2023-09-21 19:32:47 -04:00
parent 521ca0fa78
commit db7516b635
115 changed files with 0 additions and 601 deletions

View File

@@ -1,3 +0,0 @@
# SPDX-License-Identifier: GPL-2.0+
obj-y += board.o

View File

@@ -1,6 +0,0 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2019 Mauro Condarelli <mc5686@mclink.it>
*
* Nothing actually needed here
*/