diff mbox series

[1/4] board: stm32mp1: board: add include for dfu

Message ID 20200128094415.5768-2-patrick.delaunay@st.com
State Accepted
Commit e968c393dab0db1029802a857d2af6f9f5aaa285
Headers show
Series Several patch to solve warning on stm32mp1 board with W=1 | expand

Commit Message

Patrick Delaunay Jan. 28, 2020, 9:44 a.m. UTC
Add include for dfu, add prototype for set_dfu_alt_info
and avoid warning when compiling with W=1.

Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
---

 board/st/stm32mp1/stm32mp1.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/board/st/stm32mp1/stm32mp1.c b/board/st/stm32mp1/stm32mp1.c
index e82a43074f..2fecfc1b16 100644
--- a/board/st/stm32mp1/stm32mp1.c
+++ b/board/st/stm32mp1/stm32mp1.c
@@ -7,6 +7,7 @@ 
 #include <bootm.h>
 #include <clk.h>
 #include <config.h>
+#include <dfu.h>
 #include <dm.h>
 #include <env.h>
 #include <env_internal.h>