commit | db7516b635692d2d4ab9ce0fefa13a637fb4698e | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Sep 21 19:32:47 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 09 15:24:31 2023 -0400 |
tree | f779fb02e4db571e1d48f8d73b12d035a717d9c7 | |
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 <trini@konsulko.com>