Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dandroid_image.h82 u32 second_addr; /* physical load addr */ member
/OK3568_Linux_fs/u-boot/common/
H A Dimage-android.c392 hdr->second_addr, DIV_ROUND_UP(hdr->second_size, 1024)); in android_image_get_fdt()
1167 hdr->second_addr = 0; in populate_boot_info()
1371 printf("%ssecond address: %x\n", p, hdr->second_addr); in android_print_contents()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_boot_image.c49 printf("%ssecond address: %x\n", p, hdr->second_addr);