Searched refs:boot_size (Results 1 – 4 of 4) sorted by relevance
94 uint32_t boot_size; member166 spl_params.boot_size = size; in rkcommon_check_params()241 init_boot_size = spl_params.init_size + spl_params.boot_size; in rkcommon_set_header0()267 spl_params.boot_size); in rkcommon_set_header()362 int ret, boot_size, init_size; in rkcommon_print_header() local383 boot_size = le16_to_cpu(header0.init_boot_size) * RK_BLK_SIZE - init_size; in rkcommon_print_header()384 if (boot_size != RK_MAX_BOOT_SIZE) in rkcommon_print_header()385 printf("Boot Data Size: %d bytes\n", boot_size); in rkcommon_print_header()441 spl_params.init_size + spl_params.boot_size; in rkcommon_vrec_header()536 spl_params.boot_size); in rockchip_copy_image()
67 __u32 boot_size; /* size of boot code, in bytes */ member
104 => part size mmc 1 boot boot_size105 => mmc read $loadaddr $boot_start $boot_size
106 mmc read ${loadaddr} ${boot_start} ${boot_size}; \
Completed in 6 milliseconds