Searched refs:android_image_get_dtb_img_addr (Results 1 - 1 of 1) sorted by relevance

/u-boot/boot/
H A Dimage-android.c508 * android_image_get_dtb_img_addr() - Get the address of DTB area in boot image.
515 static bool android_image_get_dtb_img_addr(ulong hdr_addr, ulong vhdr_addr, ulong *addr) function
612 android_image_get_dtb_img_addr(hdr_addr, vendor_boot_img, &dtb_img_addr);
768 res = android_image_get_dtb_img_addr(hdr_addr, 0, &dtb_img_addr);

Completed in 34 milliseconds