提交 69c125fe 编写于 作者: E Ed Swarthout 提交者: Tom Rini

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: NEd Swarthout <Ed.Swarthout@nxp.com>
Tested-by: NGeorge McCollister <george.mccollister@gmail.com>
Acked-by: NSimon Glass <sjg@chromium.org>
上级 ffd85997
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册