[U-Boot] [PATCH] config_distro_bootcmd: Run 'scsi scan' before trying scsi disks

2014-09-16 Thread Hans de Goede
Scsi disks need to be probed before we try to access them, otherwise all accesses fail with: ** Bad device size - scsi 0 **. Reported-by: Karsten Merker mer...@debian.org Signed-off-by: Hans de Goede hdego...@redhat.com --- include/config_distro_bootcmd.h | 17 +++-- 1 file changed,

Re: [U-Boot] [PATCH] config_distro_bootcmd: Run 'scsi scan' before trying scsi disks

2014-09-16 Thread Stephen Warren
On 09/16/2014 01:26 AM, Hans de Goede wrote: Scsi disks need to be probed before we try to access them, otherwise all accesses fail with: ** Bad device size - scsi 0 **. Reviewed-by: Stephen Warren swar...@nvidia.com ___ U-Boot mailing list