mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
usb: add support for multiple usb controllers
Allows to initialize more than one USB controller at once. v2: print message when controller stop fails Signed-off-by: Lucas Stach <dev@lynxeye.de> Reviewed-by: Marek Vasut <marex@denx.de>
This commit is contained in:
@@ -123,7 +123,7 @@ int usb_host_eth_scan(int mode)
|
||||
|
||||
|
||||
if (mode == 1)
|
||||
printf(" scanning bus for ethernet devices... ");
|
||||
printf(" scanning usb for ethernet devices... ");
|
||||
|
||||
old_async = usb_disable_asynch(1); /* asynch transfer not allowed */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user