commit | a03bdaa1408be4e8b6adfc8577a0ceac3ebc51e5 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Tue Sep 16 09:26:23 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Wed Sep 24 18:30:28 2014 -0400 |
tree | 72d1982f884525ee04a52565e6a9b38d111e593b | |
parent | 535aad29f2a0881f66a0efdb3d467d0910d5e41e [diff] |
config_distro_bootcmd: Run 'scsi scan' before trying scsi disks 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 <merker@debian.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Tested-by: Karsten Merker <merker@debian.org>