Home
last modified time | relevance | path

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

/u-boot/common/
A Dimage-android.c334 u32 dtb_img_size; /* size of DTB payload in boot image */ in android_image_get_dtb_by_index() local
350 dtb_img_size = hdr->dtb_size; in android_image_get_dtb_by_index()
354 while (dtb_addr < dtb_img_addr + dtb_img_size) { in android_image_get_dtb_by_index()
491 u32 dtb_img_size; /* size of DTB payload in boot image */ in android_image_print_dtb_contents() local
510 dtb_img_size = hdr->dtb_size; in android_image_print_dtb_contents()
514 while (dtb_addr < dtb_img_addr + dtb_img_size) { in android_image_print_dtb_contents()

Completed in 3 milliseconds