Home
last modified time | relevance | path

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

/u-boot/tools/
A Drkcommon.c328 uint32_t image_size_array[2]; in rkcommon_set_header0_v2() local
339 image_size_array[0] = spl_params.init_size; in rkcommon_set_header0_v2()
340 image_size_array[1] = spl_params.boot_size; in rkcommon_set_header0_v2()
343 image_sector_count = image_size_array[i] / RK_BLK_SIZE; in rkcommon_set_header0_v2()
349 do_sha256_hash(image_ptr, image_size_array[i], in rkcommon_set_header0_v2()

Completed in 8 milliseconds