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/qualcomm | |
| 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/qualcomm')
| -rw-r--r-- | board/qualcomm/dragonboard845c/Makefile | 9 | ||||
| -rw-r--r-- | board/qualcomm/dragonboard845c/dragonboard845c.c | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/board/qualcomm/dragonboard845c/Makefile b/board/qualcomm/dragonboard845c/Makefile deleted file mode 100644 index fe585ad2631..00000000000 --- a/board/qualcomm/dragonboard845c/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# (C) Copyright 2022 Sumit Garg <[email protected]> -# -# This empty file prevents make error. -# Board logic defined in arch/arm/mach-snapdragon/init_sdm845.c, no custom logic for dragonboard845c so far. -# - -obj-y += dragonboard845c.o diff --git a/board/qualcomm/dragonboard845c/dragonboard845c.c b/board/qualcomm/dragonboard845c/dragonboard845c.c deleted file mode 100644 index c7685de306c..00000000000 --- a/board/qualcomm/dragonboard845c/dragonboard845c.c +++ /dev/null @@ -1,9 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0+ -/* - * This empty file prevents make linking error. - * No custom logic for dragonboard845c so far. - * - * (C) Copyright 2022 Sumit Garg <[email protected]> - */ - -void noop(void) {} |
