diff --git a/common/scsi.c b/common/scsi.c index 8ac28dd416602b61920c570cd0083666ef7accea..dbbf4043b22a2a6381fdfaeb48ebf4d5c32062c8 100644 --- a/common/scsi.c +++ b/common/scsi.c @@ -584,7 +584,7 @@ U_BOOT_DRIVER(scsi_blk) = { }; #else U_BOOT_LEGACY_BLK(scsi) = { - .if_typename = "sata", + .if_typename = "scsi", .if_type = IF_TYPE_SCSI, .max_devs = CONFIG_SYS_SCSI_MAX_DEVICE, .desc = scsi_dev_desc,