diff options
| author | Tom Rini <[email protected]> | 2023-09-21 19:32:47 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-09 15:24:31 -0400 |
| commit | db7516b635692d2d4ab9ce0fefa13a637fb4698e (patch) | |
| tree | f779fb02e4db571e1d48f8d73b12d035a717d9c7 /board/mediatek | |
| parent | 521ca0fa7832ee67ad2a1de37bf05fe8acd00b06 (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 <[email protected]>
Diffstat (limited to 'board/mediatek')
| -rw-r--r-- | board/mediatek/mt7620/Makefile | 3 | ||||
| -rw-r--r-- | board/mediatek/mt7620/board.c | 6 | ||||
| -rw-r--r-- | board/mediatek/mt7621/Makefile | 3 | ||||
| -rw-r--r-- | board/mediatek/mt7621/board.c | 6 | ||||
| -rw-r--r-- | board/mediatek/mt7628/Makefile | 3 | ||||
| -rw-r--r-- | board/mediatek/mt7628/board.c | 8 |
6 files changed, 0 insertions, 29 deletions
diff --git a/board/mediatek/mt7620/Makefile b/board/mediatek/mt7620/Makefile deleted file mode 100644 index db129c5abae..00000000000 --- a/board/mediatek/mt7620/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0 - -obj-y += board.o diff --git a/board/mediatek/mt7620/board.c b/board/mediatek/mt7620/board.c deleted file mode 100644 index 119b8fc9e56..00000000000 --- a/board/mediatek/mt7620/board.c +++ /dev/null @@ -1,6 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -/* - * Copyright (C) 2020 MediaTek Inc. All Rights Reserved. - * - * Author: Weijie Gao <[email protected]> - */ diff --git a/board/mediatek/mt7621/Makefile b/board/mediatek/mt7621/Makefile deleted file mode 100644 index db129c5abae..00000000000 --- a/board/mediatek/mt7621/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0 - -obj-y += board.o diff --git a/board/mediatek/mt7621/board.c b/board/mediatek/mt7621/board.c deleted file mode 100644 index 0496f3f8067..00000000000 --- a/board/mediatek/mt7621/board.c +++ /dev/null @@ -1,6 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -/* - * Copyright (C) 2022 MediaTek Inc. All rights reserved. - * - * Author: Weijie Gao <[email protected]> - */ diff --git a/board/mediatek/mt7628/Makefile b/board/mediatek/mt7628/Makefile deleted file mode 100644 index db129c5abae..00000000000 --- a/board/mediatek/mt7628/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0 - -obj-y += board.o diff --git a/board/mediatek/mt7628/board.c b/board/mediatek/mt7628/board.c deleted file mode 100644 index f837a06fbbf..00000000000 --- a/board/mediatek/mt7628/board.c +++ /dev/null @@ -1,8 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -/* - * Copyright (C) 2020 MediaTek Inc. All Rights Reserved. - * - * Author: Weijie Gao <[email protected]> - */ - -#include <common.h> |
