]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sdp: call board_usb_init at spl_sdp_load_image
authorFrank Li <Frank.Li@nxp.com>
Tue, 18 Aug 2020 10:16:43 +0000 (18:16 +0800)
committerMarek Vasut <marex@denx.de>
Tue, 1 Sep 2020 12:47:43 +0000 (14:47 +0200)
Need initialize UDC before run sdp download

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
common/spl/spl_sdp.c

index e7f7b6841163463b50f37bcfdb7faffc15f339a2..ae9c09883a400d3ae3c8e89087614a224c2e9d86 100644 (file)
@@ -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);
+
        g_dnl_clear_detach();
        ret = g_dnl_register("usb_dnl_sdp");
        if (ret) {