mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
ahci-plat: provide a weak scsi_bus_reset() hook
This allow the platform to handle a custom reset sequence. Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il> Reviewed-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
6b68888a33
commit
1a33b7356a
1 changed files with 1 additions and 2 deletions
|
@ -1010,12 +1010,11 @@ static int ata_io_flush(u8 port)
|
|||
}
|
||||
|
||||
|
||||
void scsi_bus_reset(void)
|
||||
__weak void scsi_bus_reset(void)
|
||||
{
|
||||
/*Not implement*/
|
||||
}
|
||||
|
||||
|
||||
void scsi_print_error(ccb * pccb)
|
||||
{
|
||||
/*The ahci error info can be read in the ahci driver*/
|
||||
|
|
Loading…
Reference in a new issue