diff options
author | Tom Rini <trini@konsulko.com> | 2022-07-14 11:10:49 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-14 11:10:49 -0400 |
commit | 54f683dbfb8b0777ee4d0ba00872da33e54c98fa (patch) | |
tree | 2bf9b2cb071abd2a9a80a252fc0126f1df46cfec /common/spl/spl_sdp.c | |
parent | 58f3dc5c4eac9c6050edda6af2e37d20a2f9586d (diff) | |
parent | 16aabfe2f29d4682b2176095029fa307caccaced (diff) |
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
Diffstat (limited to 'common/spl/spl_sdp.c')
-rw-r--r-- | common/spl/spl_sdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/spl_sdp.c b/common/spl/spl_sdp.c index 36c31aff09..cc4fb4f7cc 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"); |