1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

Add auto-update code for TRAB board using USB memory sticks

This commit is contained in:
wdenk
2003-09-17 15:10:32 +00:00
parent 34b3049a60
commit f54ebdfa28
11 changed files with 487 additions and 53 deletions

View File

@@ -188,7 +188,7 @@ int usb_stor_scan(int mode)
memset(usb_stor_buf, 0, sizeof(usb_stor_buf));
if(mode==1) {
printf("scanning bus for storage devices...\n");
printf(" scanning bus for storage devices...\n");
}
usb_disable_asynch(1); /* asynch transfer not allowed */