diff options
author | Tom Rini <trini@konsulko.com> | 2023-09-21 19:32:47 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-09 15:24:31 -0400 |
commit | db7516b635692d2d4ab9ce0fefa13a637fb4698e (patch) | |
tree | f779fb02e4db571e1d48f8d73b12d035a717d9c7 /board/hardkernel | |
parent | 521ca0fa7832ee67ad2a1de37bf05fe8acd00b06 (diff) | |
download | u-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/hardkernel')
-rw-r--r-- | board/hardkernel/odroid_m1/Makefile | 3 | ||||
-rw-r--r-- | board/hardkernel/odroid_m1/odroid_m1.c | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/board/hardkernel/odroid_m1/Makefile b/board/hardkernel/odroid_m1/Makefile deleted file mode 100644 index ae8ea3d978..0000000000 --- a/board/hardkernel/odroid_m1/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ - -obj-y += odroid_m1.o diff --git a/board/hardkernel/odroid_m1/odroid_m1.c b/board/hardkernel/odroid_m1/odroid_m1.c deleted file mode 100644 index 4c027f2a7a..0000000000 --- a/board/hardkernel/odroid_m1/odroid_m1.c +++ /dev/null @@ -1 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0+ |