Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dimx8mimage.c224 int datafile_offset) in copy_file() argument
256 size = sbuf.st_size - datafile_offset; in copy_file()
263 if (write(ifd, ptr + datafile_offset, size) != size) { in copy_file()