]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/trab/auto_update.c
* Patch by Pierre Aubert, 24 Nov 2003:
[people/ms/u-boot.git] / board / trab / auto_update.c
index af374958369c3610a0c212a170b5cf4504148f0c..36fdf18e89ef90553cb54a3e3c6a97cb0f8e8a78 100644 (file)
@@ -468,7 +468,7 @@ do_auto_update(void)
         * check whether a storage device is attached (assume that it's
         * a USB memory stick, since nothing else should be attached).
         */
-       au_usb_stor_curr_dev = usb_stor_scan(1);
+       au_usb_stor_curr_dev = usb_stor_scan(0);
        if (au_usb_stor_curr_dev == -1) {
                debug ("No device found. Not initialized?\n");
                return -1;