diff options
| author | Tom Rini <[email protected]> | 2016-06-06 10:04:58 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-06-06 13:37:56 -0400 |
| commit | ffd859979e2a84bccc14188d9fa760b2e4813515 (patch) | |
| tree | 276cb26811a0da6696148e3628d4af36c4c721df /common | |
| parent | 1cb9cb3ec0f19b8c54bb01670a530f5bc210d5f3 (diff) | |
| parent | 10db7500369ea000af4c4c5b039b7946c2865ae9 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-usb
Modified:
configs/ls1012afrdm_qspi_defconfig
configs/ls1012aqds_qspi_defconfig
configs/ls1012ardb_qspi_defconfig
include/configs/ls1012afrdm.h
include/configs/ls1012aqds.h
include/configs/ls1012ardb.h
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'common')
| -rw-r--r-- | common/usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/usb.c b/common/usb.c index 8d9efe516b7..b3ba487890a 100644 --- a/common/usb.c +++ b/common/usb.c @@ -1182,7 +1182,7 @@ int usb_new_device(struct usb_device *dev) * with the device. So a get_descriptor will fail before any * of that is done for XHCI unlike EHCI. */ -#ifdef CONFIG_USB_XHCI +#ifdef CONFIG_USB_XHCI_HCD do_read = false; #endif err = usb_setup_device(dev, do_read, dev->parent); |
