Searched refs:android_image_get_dtb_by_index (Results 1 – 4 of 4) sorted by relevance
/u-boot/cmd/ |
A D | abootimg.c | 120 if (!android_image_get_dtb_by_index(abootimg_addr(), num, in abootimg_get_dtb_by_index()
|
/u-boot/common/ |
A D | image-android.c | 328 bool android_image_get_dtb_by_index(ulong hdr_addr, u32 index, ulong *addr, in android_image_get_dtb_by_index() function
|
A D | image-fdt.c | 478 if (android_image_get_dtb_by_index((ulong)hdr, dtb_idx, &fdt_addr, &fdt_size)) { in boot_get_fdt()
|
/u-boot/include/ |
A D | image.h | 1533 bool android_image_get_dtb_by_index(ulong hdr_addr, u32 index, ulong *addr,
|
Completed in 8 milliseconds