Home
last modified time | relevance | path

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

/external/u-boot/common/
Dupdate.c173 static int update_flash(ulong addr_source, ulong addr_first, ulong size) in update_flash() argument
200 if (flash_write((char *)addr_source, addr_first, size) > 0) { in update_flash()