[PATCH v2 1/7] sdp: call board_usb_init at spl_sdp_load_image

Lukasz Majewski lukma at denx.de
Tue Aug 18 13:22:10 CEST 2020


Hi Peng,

> From: Frank Li <Frank.Li at nxp.com>
> 
> Need initialize UDC before run sdp download
> 
> Signed-off-by: Frank Li <Frank.Li at nxp.com>
> Signed-off-by: Peng Fan <peng.fan at nxp.com>
> ---
>  common/spl/spl_sdp.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/common/spl/spl_sdp.c b/common/spl/spl_sdp.c
> index e7f7b68411..ae9c09883a 100644
> --- a/common/spl/spl_sdp.c
> +++ b/common/spl/spl_sdp.c
> @@ -19,6 +19,8 @@ static int spl_sdp_load_image(struct spl_image_info
> *spl_image, 
>  	usb_gadget_initialize(controller_index);
>  
> +	board_usb_init(0, USB_INIT_DEVICE);
> +

Is your board supporting device tree? And the 0 shall be adjustable -
so others could re-use it.

>  	g_dnl_clear_detach();
>  	ret = g_dnl_register("usb_dnl_sdp");
>  	if (ret) {




Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200818/aa0072ea/attachment.sig>


More information about the U-Boot mailing list