Re: [U-Boot] [PATCH] dm: scsi: if_typename should be scsi

2016-06-02 Thread Simon Glass
On 2 June 2016 at 01:11, Ed Swarthout wrote: > 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 > --- > This looks like a typeo from 11f610edf01abc96ca10e82e1752648ee911705b > > common/

Re: [U-Boot] [PATCH] dm: scsi: if_typename should be scsi

2016-06-02 Thread George McCollister
I was having this problem on the Minnowboard Max with the defconfig and this fixes it. Tested-by: George McCollister Thanks, George On Wed, Jun 1, 2016 at 8:11 AM, Ed Swarthout wrote: > Fixes: > > => ext2ls scsi 0:1 > ** Bad device scsi 0:1 ** > > for boards which use the scsi legacy driver (s

[U-Boot] [PATCH] dm: scsi: if_typename should be scsi

2016-06-01 Thread Ed Swarthout
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 --- This looks like a typeo from 11f610edf01abc96ca10e82e1752648ee911705b common/scsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff