Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Drkcommon.c336 uint32_t sector_offset, image_sector_count; in rkcommon_set_header0_v2() local
351 image_sector_count = image_size_array[i] / RK_BLK_SIZE; in rkcommon_set_header0_v2()
352 hdr->images[i].size_and_off = cpu_to_le32((image_sector_count << 16) + sector_offset); in rkcommon_set_header0_v2()
357 sector_offset = sector_offset + image_sector_count; in rkcommon_set_header0_v2()