commit | 7840b07121da51a1113395ed9df21e261f1cd936 | [log] [tgz] |
---|---|---|
author | Daniel DeGrasse <daniel.degrasse@nxp.com> | Fri May 06 17:57:53 2022 -0500 |
committer | David Leach <david.leach@nxp.com> | Mon May 09 08:46:29 2022 -0500 |
tree | e146fd415c33afd6226d28e82de55a5430f18d1d | |
parent | 5113c1418d2b9089be39a7e7dc6601f36e468193 [diff] |
sd: increase SDMMC busy wait timeout SDMMC busy wait timeout was incorrectly waiting for CONFIG_SD_DATA_TIMEOUT microseconds, but should be waiting for CONFIG_SD_DATA_TIMEOUT milliseconds. Multiply wait value by 1000. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>