diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-02-27 17:01:18 +0100 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2019-04-12 16:09:13 +0200 |
commit | 842ebb5f40810c1ccdd45ba80aff7ae5f05512fa (patch) | |
tree | 0974bc8b2dc1be39a4168b5d26184b2d61b3d0fb /board | |
parent | 105a5ad614f3cb8491df1825553993a0d45fa857 (diff) | |
download | u-boot-842ebb5f40810c1ccdd45ba80aff7ae5f05512fa.tar.gz u-boot-842ebb5f40810c1ccdd45ba80aff7ae5f05512fa.tar.bz2 u-boot-842ebb5f40810c1ccdd45ba80aff7ae5f05512fa.zip |
stm32mp1: update bootcmd
Clearly separate bootcmd for stm32mp1 board
(bootcmd_stm32mp) and preboot management.
That solve issue for fastboot continue command.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/st/stm32mp1/stm32mp1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/st/stm32mp1/stm32mp1.c b/board/st/stm32mp1/stm32mp1.c index 48da4599ab..0d963c2af4 100644 --- a/board/st/stm32mp1/stm32mp1.c +++ b/board/st/stm32mp1/stm32mp1.c @@ -14,6 +14,7 @@ #include <usb.h> #include <asm/arch/stm32.h> #include <asm/io.h> +#include <asm/gpio.h> #include <power/regulator.h> #include <usb/dwc2_udc.h> |