Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dimage-sparse.c92 debug("total_blks: %d\n", sparse_header->total_blks); in write_sparse_image()
252 total_blocks, sparse_header->total_blks); in write_sparse_image()
255 if (total_blocks != sparse_header->total_blks) { in write_sparse_image()
/openbmc/u-boot/include/
H A Dsparse_format.h21 __le32 total_blks; /* total blocks in the non-sparse output image */ member