[PATCH 1/4] board: stm32mp1: board: add include for dfu
    Patrick Delaunay 
    patrick.delaunay at st.com
       
    Tue Jan 28 10:44:12 CET 2020
    
    
  
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 --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>
-- 
2.17.1
    
    
More information about the U-Boot
mailing list