aboutsummaryrefslogtreecommitdiff
path: root/common/spl
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-07-14 11:10:49 -0400
committerTom Rini <trini@konsulko.com>2022-07-14 11:10:49 -0400
commit54f683dbfb8b0777ee4d0ba00872da33e54c98fa (patch)
tree2bf9b2cb071abd2a9a80a252fc0126f1df46cfec /common/spl
parent58f3dc5c4eac9c6050edda6af2e37d20a2f9586d (diff)
parent16aabfe2f29d4682b2176095029fa307caccaced (diff)
downloadu-boot-54f683dbfb8b0777ee4d0ba00872da33e54c98fa.zip
u-boot-54f683dbfb8b0777ee4d0ba00872da33e54c98fa.tar.gz
u-boot-54f683dbfb8b0777ee4d0ba00872da33e54c98fa.tar.bz2
Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/14Jul2022
Diffstat (limited to 'common/spl')
-rw-r--r--common/spl/spl_sdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/spl_sdp.c b/common/spl/spl_sdp.c
index 36c31af..cc4fb4f 100644
--- a/common/spl/spl_sdp.c
+++ b/common/spl/spl_sdp.c
@@ -19,7 +19,7 @@ static int spl_sdp_load_image(struct spl_image_info *spl_image,
usb_gadget_initialize(controller_index);
- board_usb_init(0, USB_INIT_DEVICE);
+ board_usb_init(controller_index, USB_INIT_DEVICE);
g_dnl_clear_detach();
ret = g_dnl_register("usb_dnl_sdp");