Merge git://www.denx.de/git/u-boot-marvell
[platform/kernel/u-boot.git] / common / scsi.c
index e7efa5a..fb5b407 100644 (file)
@@ -559,6 +559,8 @@ int scsi_scan(int mode)
        if (mode == 1)
                printf("scanning bus for devices...\n");
 
+       blk_unbind_all(IF_TYPE_SCSI);
+
        ret = uclass_get(UCLASS_SCSI, &uc);
        if (ret)
                return ret;