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:
22bed7e
)
stm32mp1: force boot_net_usb_start
author
Patrick Delaunay
<patrick.delaunay@st.com>
Fri, 5 Jul 2019 15:20:22 +0000
(17:20 +0200)
committer
Patrick Delaunay
<patrick.delaunay@st.com>
Fri, 12 Jul 2019 09:18:53 +0000
(11:18 +0200)
Prevent USB enumeration and avoid unnecessary delay in bootcmd_pxe
as Ethernet device is not attached to USB.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
include/configs/stm32mp1.h
patch
|
blob
|
history
diff --git
a/include/configs/stm32mp1.h
b/include/configs/stm32mp1.h
index ed01d4d9c22428be93d30a66745200da779e8baf..4b17bf5e7d2527d793001a454c195a806d05916e 100644
(file)
--- a/
include/configs/stm32mp1.h
+++ b/
include/configs/stm32mp1.h
@@
-140,7
+140,8
@@
" then env set env_default 0;env save;fi\0" \
STM32MP_BOOTCMD \
STM32MP_MTDPARTS \
- BOOTENV
+ BOOTENV \
+ "boot_net_usb_start=true\0"
#endif /* ifndef CONFIG_SPL_BUILD */
#endif /* ifdef CONFIG_DISTRO_DEFAULTS*/