From 69c125fe7b7dd057ed3e9013e6786b9f374cf8cd Mon Sep 17 00:00:00 2001 From: Ed Swarthout Date: Wed, 1 Jun 2016 08:11:24 -0500 Subject: dm: scsi: if_typename should be scsi Fixes: => ext2ls scsi 0:1 ** Bad device scsi 0:1 ** for boards which use the scsi legacy driver (such as ls1043ardb). Signed-off-by: Ed Swarthout Tested-by: George McCollister Acked-by: Simon Glass diff --git a/common/scsi.c b/common/scsi.c index 8ac28dd..dbbf404 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, -- cgit v0.10.2