diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:42:45 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:40 -0600 |
| commit | dbfdce274f373ff2862325c4cbe3bb47002fd60a (patch) | |
| tree | 5c8b49bd0d12e4a9567e41e7a87aa777ea35d332 | |
| parent | 1089cf9cdd8e3091a2f9c83d437cee980eb1db6b (diff) | |
board: sipeed: 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: Sean Anderson <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | board/sipeed/maix/maix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sipeed/maix/maix.c b/board/sipeed/maix/maix.c index 06653b5a876..08077a1f9e1 100644 --- a/board/sipeed/maix/maix.c +++ b/board/sipeed/maix/maix.c @@ -3,7 +3,7 @@ * Copyright (C) 2019-20 Sean Anderson <[email protected]> */ -#include <common.h> +#include <config.h> #include <clk.h> #include <dm.h> #include <fdt_support.h> |
