git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1089cf9
)
board: sipeed: Remove <common.h> and add needed includes
author
Tom Rini
<trini@konsulko.com>
Wed, 1 May 2024 02:42:45 +0000
(20:42 -0600)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 May 2024 14:00:40 +0000
(08:00 -0600)
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Reviewed-by: Sean Anderson <seanga2@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
board/sipeed/maix/maix.c
patch
|
blob
|
history
diff --git
a/board/sipeed/maix/maix.c
b/board/sipeed/maix/maix.c
index
06653b5
..
08077a1
100644
(file)
--- a/
board/sipeed/maix/maix.c
+++ b/
board/sipeed/maix/maix.c
@@
-3,7
+3,7
@@
* Copyright (C) 2019-20 Sean Anderson <seanga2@gmail.com>
*/
-#include <co
mmon
.h>
+#include <co
nfig
.h>
#include <clk.h>
#include <dm.h>
#include <fdt_support.h>