j
k
j a
j l
Mike Frysinger wrote:
/* Up to 2 seconds */ ret = stmicro_wait_ready(flash, 2 * CONFIG_SYS_HZ); ret = stmicro_wait_ready(flash, SPI_FLASH_PAGE_ERASE_TIMEOUT);
/* Up to 2 seconds */
ret = stmicro_wait_ready(flash, 2 * CONFIG_SYS_HZ);
ret = stmicro_wait_ready(flash, SPI_FLASH_PAGE_ERASE_TIMEOUT);
50 ms is an awful lot less than 2 seconds. Sure this is safe?
Haavard
Back to the thread
Back to the list