diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-05 17:20:19 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-12 11:18:53 +0200 |
commit | 25d436a6241cc315213e90d2a8e407cf8b5e63bb (patch) | |
tree | ebd925697a9b23e011bf834935917ae5d4a4fe28 /board/st | |
parent | 526558c63bf60f8a5d059e0e121ae0b4ae3e8056 (diff) | |
download | u-boot-25d436a6241cc315213e90d2a8e407cf8b5e63bb.zip u-boot-25d436a6241cc315213e90d2a8e407cf8b5e63bb.tar.gz u-boot-25d436a6241cc315213e90d2a8e407cf8b5e63bb.tar.bz2 |
stm32mp1: cosmetic: remove unnecessary include
Remove post.h include as it is used in spl.c
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'board/st')
-rw-r--r-- | board/st/stm32mp1/spl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/st/stm32mp1/spl.c b/board/st/stm32mp1/spl.c index a7844f2..e19be0f 100644 --- 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> |