diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-25 12:22:54 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:28 -0600 |
commit | f161c178409498872a29766f77d55e080d7b746c (patch) | |
tree | 83e3d624b9077d7de26e5549ba6b3dd00f872296 /drivers/usb/host | |
parent | a5762fe048bd537e4dfd52505134be403b4adb5c (diff) | |
download | u-boot-imx-f161c178409498872a29766f77d55e080d7b746c.zip u-boot-imx-f161c178409498872a29766f77d55e080d7b746c.tar.gz u-boot-imx-f161c178409498872a29766f77d55e080d7b746c.tar.bz2 |
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>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/xhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index 3618ac4..0b09643 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c @@ -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 */ |