Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dimage-android.c1261 struct boot_img_hdr_v34 *iboot_hdr = NULL; in populate_andr_img_hdr() local
1311 iboot_hdr = extract_boot_image_v34_header(dev_desc, &part_init_boot); in populate_andr_img_hdr()
1312 if (!iboot_hdr) in populate_andr_img_hdr()
1314 if (!iboot_hdr->ramdisk_size) { in populate_andr_img_hdr()
1328 iboot_hdr, andr_hdr, false)) { in populate_andr_img_hdr()
1336 if (iboot_hdr) in populate_andr_img_hdr()
1337 free(iboot_hdr); in populate_andr_img_hdr()