X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fscsi.c;h=dbbf4043b22a2a6381fdfaeb48ebf4d5c32062c8;hb=0c1d74fda7c0063eeca4d8d9fa8674e6ec2ef685;hp=8ac28dd416602b61920c570cd0083666ef7accea;hpb=4b6e1fda107e5244e80ebc41865650ac2873dc88;p=oweals%2Fu-boot.git diff --git a/common/scsi.c b/common/scsi.c index 8ac28dd416..dbbf4043b2 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,