mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
dm: usb: Rename the XHCI HCD to U-Boot
This should be "U-Boot", not "u-boot". Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user