From db7516b635692d2d4ab9ce0fefa13a637fb4698e Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 21 Sep 2023 19:32:47 -0400 Subject: 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 --- board/intel/agilex-socdk/socfpga.c | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 board/intel/agilex-socdk/socfpga.c (limited to 'board/intel/agilex-socdk/socfpga.c') diff --git a/board/intel/agilex-socdk/socfpga.c b/board/intel/agilex-socdk/socfpga.c deleted file mode 100644 index 72a3e0836d..0000000000 --- a/board/intel/agilex-socdk/socfpga.c +++ /dev/null @@ -1,7 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -/* - * Copyright (C) 2019 Intel Corporation - * - */ - -#include -- cgit v1.2.3