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); 50 ms is an awful lot less than 2 seconds. Sure this is safe? Haavard