summaryrefslogtreecommitdiff
path: root/board/aries
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-09-21 19:32:47 -0400
committerTom Rini <trini@konsulko.com>2023-10-09 15:24:31 -0400
commitdb7516b635692d2d4ab9ce0fefa13a637fb4698e (patch)
treef779fb02e4db571e1d48f8d73b12d035a717d9c7 /board/aries
parent521ca0fa7832ee67ad2a1de37bf05fe8acd00b06 (diff)
downloadu-boot-db7516b635692d2d4ab9ce0fefa13a637fb4698e.tar.gz
u-boot-db7516b635692d2d4ab9ce0fefa13a637fb4698e.tar.bz2
u-boot-db7516b635692d2d4ab9ce0fefa13a637fb4698e.zip
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/aries')
-rw-r--r--board/aries/mcvevk/Makefile7
-rw-r--r--board/aries/mcvevk/socfpga.c5
2 files changed, 0 insertions, 12 deletions
diff --git a/board/aries/mcvevk/Makefile b/board/aries/mcvevk/Makefile
deleted file mode 100644
index e1c8a6b3c7..0000000000
--- a/board/aries/mcvevk/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0+
-#
-# (C) Copyright 2001-2006
-# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-# (C) Copyright 2010, Thomas Chou <thomas@wytron.com.tw>
-
-obj-y := socfpga.o
diff --git a/board/aries/mcvevk/socfpga.c b/board/aries/mcvevk/socfpga.c
deleted file mode 100644
index f173bf84ac..0000000000
--- a/board/aries/mcvevk/socfpga.c
+++ /dev/null
@@ -1,5 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0+
-/*
- * Copyright (C) 2015 Marek Vasut <marex@denx.de>
- */
-#include <common.h>