projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
526558c
)
stm32mp1: cosmetic: remove unnecessary include
author
Patrick Delaunay
<patrick.delaunay@st.com>
Fri, 5 Jul 2019 15:20:19 +0000
(17:20 +0200)
committer
Patrick Delaunay
<patrick.delaunay@st.com>
Fri, 12 Jul 2019 09:18:53 +0000
(11:18 +0200)
Remove post.h include as it is used in spl.c
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
board/st/stm32mp1/spl.c
patch
|
blob
|
history
diff --git
a/board/st/stm32mp1/spl.c
b/board/st/stm32mp1/spl.c
index a7844f244bc5ad5ef0fce871298060bedc9541bd..e19be0f7701feef1133dabd358bc0cd586dc6572 100644
(file)
--- a/
board/st/stm32mp1/spl.c
+++ b/
board/st/stm32mp1/spl.c
@@
-9,7
+9,6
@@
#include <dm.h>
#include <ram.h>
#include <asm/io.h>
-#include <post.h>
#include <power/pmic.h>
#include <power/stpmic1.h>
#include <asm/arch/ddr.h>