
14 Feb
2020
14 Feb
'20
8:53 a.m.
On 1/28/20 10:44 AM, Patrick Delaunay wrote:
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
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>
Reviewed-by: Patrice Chotard patrice.chotard@st.com
Thanks