Re: [U-Boot] [PATCH v2 15/16] stm32mp1: force boot_net_usb_start

2019-07-12 Thread Patrick DELAUNAY
Hi, > From: Patrick DELAUNAY > Sent: vendredi 5 juillet 2019 17:20 > > Prevent USB enumeration and avoid unnecessary delay in bootcmd_pxe as > Ethernet device is not attached to USB. > > Signed-off-by: Patrick Delaunay > --- > > Changes in v2: None > > include/configs/stm32mp1.h | 3 ++- >

[U-Boot] [PATCH v2 15/16] stm32mp1: force boot_net_usb_start

2019-07-05 Thread Patrick Delaunay
Prevent USB enumeration and avoid unnecessary delay in bootcmd_pxe as Ethernet device is not attached to USB. Signed-off-by: Patrick Delaunay --- Changes in v2: None include/configs/stm32mp1.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/stm32mp1.h b/in