On Wed, Aug 21, 2019 at 12:47 AM Park, Aiden <[email protected]> wrote: > > The scsi_scan_dev() is looping over the number of uc_plat->max_id. > The number of actual ports a AHCI controller has can be greater than > max_id. Update uc_plat->max_id to make SCSI scan all detected ports. > > Signed-off-by: Aiden Park <[email protected]> > --- > drivers/ata/ahci.c | 8 ++++++++ > 1 file changed, 8 insertions(+) >
Reviewed-by: Bin Meng <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

