Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Drkcommon.c341 uint32_t image_size_array[2]; in rkcommon_set_header0_v2() local
351 image_size_array[0] = spl_params.init_size; in rkcommon_set_header0_v2()
352 image_size_array[1] = spl_params.boot_size; in rkcommon_set_header0_v2()
355 image_sector_count = image_size_array[i] / RK_BLK_SIZE; in rkcommon_set_header0_v2()
360 do_sha256_hash(image_ptr, image_size_array[i], hdr->images[i].hash); in rkcommon_set_header0_v2()