commit | 6b6d8629125d055db14bc4ae3d3a6564a87d07b8 | [log] [tgz] |
---|---|---|
author | Baruch Siach <baruch@tkos.co.il> | Thu May 16 13:03:54 2019 +0300 |
committer | Stefan Roese <sr@denx.de> | Thu Jul 11 07:01:18 2019 +0200 |
tree | 2b2365ec06e9cd0916c034a9f7b85c91badf6f5c | |
parent | b52246462b2b124ae3a7914b8c45d23c6b4aee72 [diff] |
spl: sata: fix build with DM_SCSI The init_sata() routine is only present when DM_SCSI is not enabled. Don't call init_sata() when DM_SCSI is enabled. The code will fall back to scsi_scan() in this case. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Stefan Roese <sr@denx.de>