mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
board: stm32mp1: board: add include for dfu
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@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
parent
441749d9d1
commit
e968c393da
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue