Home
last modified time | relevance | path

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

/u-boot/include/
A Dandroid_image.h90 u32 second_size; /* size in bytes */ member
338 u32 second_size; /* secondary bootloader size */ member
/u-boot/boot/
A Dimage-android.c158 data->second_size = hdr->second_size; in android_boot_image_v0_v1_v2_parse_hdr()
159 end += ALIGN(hdr->second_size, hdr->page_size); in android_boot_image_v0_v1_v2_parse_hdr()
433 if (!img_data.second_size) { in android_image_get_second()
442 *second_len = img_data.second_size; in android_image_get_second()
495 dtbo_img_addr += ALIGN(hdr->second_size, hdr->page_size); in android_image_get_dtbo()
546 dtb_img_addr += ALIGN(hdr->second_size, hdr->page_size); in android_image_get_dtb_img_addr()
680 printf("%ssecond size: %x\n", p, hdr->second_size); in android_print_contents()
/u-boot/drivers/fastboot/
A Dfb_mmc.c382 if (hdr->second_size > 0) { in fb_mmc_update_zimage()

Completed in 12 milliseconds