Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dmxsimage.c1357 uint32_t kd_size, sections_blocks; in sb_postfill_image_header() local
1381 sections_blocks = hdr->section_count * hdr->section_header_size; in sb_postfill_image_header()
1382 hdr->image_blocks += sections_blocks; in sb_postfill_image_header()
1385 hdr->key_dictionary_block = hdr->header_blocks + sections_blocks; in sb_postfill_image_header()