projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
441749d
)
board: stm32mp1: board: add include for dfu
author
Patrick Delaunay
<patrick.delaunay@st.com>
Tue, 28 Jan 2020 09:44:12 +0000
(10:44 +0100)
committer
Patrick Delaunay
<patrick.delaunay@st.com>
Thu, 13 Feb 2020 17:47:00 +0000
(18:47 +0100)
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>
board/st/stm32mp1/stm32mp1.c
patch
|
blob
|
history
diff --git
a/board/st/stm32mp1/stm32mp1.c
b/board/st/stm32mp1/stm32mp1.c
index ca76579405d1f100eca989fa1e18d5da6bf18e20..1b8ad1ef5315ef655fad9ba67e246612460934be 100644
(file)
--- 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>