From: Patrick Delaunay Date: Tue, 28 Jan 2020 09:44:12 +0000 (+0100) Subject: board: stm32mp1: board: add include for dfu X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=e968c393dab0db1029802a857d2af6f9f5aaa285;p=u-boot.git 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 Reviewed-by: Patrice Chotard --- diff --git a/board/st/stm32mp1/stm32mp1.c b/board/st/stm32mp1/stm32mp1.c index ca76579405..1b8ad1ef53 100644 --- a/board/st/stm32mp1/stm32mp1.c +++ b/board/st/stm32mp1/stm32mp1.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include