Re: [U-Boot] [PATCH 4/4] SDP: Call usb_gadget_initialize and usb_gadget_release to support UDC

2019-07-18 Thread Lukasz Majewski
On Thu, 18 Jul 2019 09:40:56 +0800 sherry sun wrote: > From: Sherry Sun > > Need initialize UDC before run sdp download and release it at the end > of sdp. > > Signed-off-by: Sherry Sun > Signed-off-by: Frank Li > --- > common/spl/spl_sdp.c | 4 > 1 file changed, 4 insertions(+) > >

[U-Boot] [PATCH 4/4] SDP: Call usb_gadget_initialize and usb_gadget_release to support UDC

2019-07-17 Thread sherry sun
From: Sherry Sun Need initialize UDC before run sdp download and release it at the end of sdp. Signed-off-by: Sherry Sun Signed-off-by: Frank Li --- common/spl/spl_sdp.c | 4 1 file changed, 4 insertions(+) diff --git a/common/spl/spl_sdp.c b/common/spl/spl_sdp.c index