mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
ahci: increase spin-up timeout to 20 sec
Based on Linux libata code, most drives are less than 10 sec, but some need up to 20 sec. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
178210847f
commit
7610b41ddf
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ hd_driveid_t *ataid[AHCI_MAX_PORTS];
|
|||
#endif
|
||||
|
||||
/* Maximum timeouts for each event */
|
||||
#define WAIT_MS_SPINUP 10000
|
||||
#define WAIT_MS_SPINUP 20000
|
||||
#define WAIT_MS_DATAIO 5000
|
||||
#define WAIT_MS_FLUSH 5000
|
||||
#define WAIT_MS_LINKUP 4
|
||||
|
|
Loading…
Reference in a new issue