Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Drkcommon.c337 uint32_t image_size_array[2]; in rkcommon_set_header0_v2() local
347 image_size_array[0] = spl_params.init_size; in rkcommon_set_header0_v2()
348 image_size_array[1] = spl_params.boot_size; in rkcommon_set_header0_v2()
351 image_sector_count = image_size_array[i] / RK_BLK_SIZE; in rkcommon_set_header0_v2()
356 do_sha256_hash(image_ptr, image_size_array[i], hdr->images[i].hash); in rkcommon_set_header0_v2()