Skip to content

Commit

Permalink
board: Drop Board specific headers
Browse files Browse the repository at this point in the history
It isn't required anymore, as we've moved on to Kconfig.

Signed-off-by: Ivaylo Ivanov <[email protected]>
  • Loading branch information
ivoszbg committed Jun 14, 2022
1 parent 9850f87 commit 4d1a5f8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 40 deletions.
2 changes: 0 additions & 2 deletions board/apple/board-n61ap.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
* Copyright (c) 2022, Ivaylo Ivanov <[email protected]>
*/

#include <board/board-n61ap.h>

void board_init(void) {

}
2 changes: 0 additions & 2 deletions board/samsung/board-dreamlte.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
* Copyright (c) 2022, Ivaylo Ivanov <[email protected]>
*/

#include <board/board-dreamlte.h>

void board_init(void) {

}
17 changes: 0 additions & 17 deletions include/board/board-dreamlte.h

This file was deleted.

19 changes: 0 additions & 19 deletions include/board/board-n61ap.h

This file was deleted.

0 comments on commit 4d1a5f8

Please sign in to comment.