Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dimage-android.c457 if (hdr->vendor_boot_buf) { in image_load()
458 ram_base = hdr->vendor_boot_buf; in image_load()
557 if (hdr->vendor_boot_buf) { in image_load()
558 ram_base = hdr->vendor_boot_buf; in image_load()
1228 hdr->vendor_boot_buf = save_hdr ? (void *)vendor_boot_hdr : 0; in populate_boot_info()
/OK3568_Linux_fs/u-boot/include/
H A Dandroid_image.h140 void *vendor_boot_buf; member