diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:42:43 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:40 -0600 |
| commit | bdae1d831fa762e8fceb715a8117f5a8547ecb27 (patch) | |
| tree | 53183376b7fbaa1420ad70d1f4ad36dde9754e3d /board/siemens/corvus | |
| parent | cb9e4a0c1481693afb0f45ca90c8657f0416b8f0 (diff) | |
board: siemens: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Reviewed-by: Heiko Schocher <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'board/siemens/corvus')
| -rw-r--r-- | board/siemens/corvus/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/siemens/corvus/board.c b/board/siemens/corvus/board.c index 569b86db00a..7d73d1f2b36 100644 --- a/board/siemens/corvus/board.c +++ b/board/siemens/corvus/board.c @@ -10,7 +10,7 @@ * Lead Tech Design <www.leadtechdesign.com> */ -#include <common.h> +#include <config.h> #include <dm.h> #include <init.h> #include <log.h> |
