Home
last modified time | relevance | path

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

/tools/
A Drkcommon.c95 uint16_t init_boot_size; member
301 uint32_t init_boot_size; in rkcommon_set_header0() local
318 init_boot_size = spl_params.init_size + spl_params.boot_size; in rkcommon_set_header0()
320 init_boot_size = spl_params.init_size + RK_MAX_BOOT_SIZE; in rkcommon_set_header0()
321 hdr->init_boot_size = cpu_to_le16(init_boot_size / RK_BLK_SIZE); in rkcommon_set_header0()
520 boot_size = header0.init_boot_size * RK_BLK_SIZE - init_size; in rkcommon_print_header()

Completed in 4 milliseconds