Skip to content
Snippets Groups Projects
Commit f161c178 authored by Simon Glass's avatar Simon Glass
Browse files

dm: usb: Rename the XHCI HCD to U-Boot


This should be "U-Boot", not "u-boot".

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarMarek Vasut <marex@denx.de>
parent a5762fe0
No related branches found
No related tags found
No related merge requests found
......@@ -704,7 +704,7 @@ static int xhci_submit_root(struct usb_device *udev, unsigned long pipe,
srclen = 4;
break;
case 1: /* Vendor String */
srcptr = "\16\3u\0-\0b\0o\0o\0t\0";
srcptr = "\16\3U\0-\0B\0o\0o\0t\0";
srclen = 14;
break;
case 2: /* Product Name */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment