Home
last modified time | relevance | path

Searched refs:err_oper (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/cmd/
Dsf.c214 const char *err_oper = NULL; in spi_flash_update() local
230 for (; buf < end && !err_oper; buf += todo, offset += todo) { in spi_flash_update()
239 err_oper = spi_flash_update_block(flash, offset, todo, in spi_flash_update()
243 err_oper = "malloc"; in spi_flash_update()
247 if (err_oper) { in spi_flash_update()
248 printf("SPI flash failed in %s step\n", err_oper); in spi_flash_update()