Home
last modified time | relevance | path

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

/u-boot/common/
A Dboard_f.c574 gd->new_bloblist = map_sysmem(gd->start_addr_sp, in reserve_bloblist()
658 if (gd->new_bloblist) { in reloc_bloblist()
662 gd->bloblist, gd->new_bloblist, size); in reloc_bloblist()
663 bloblist_reloc(gd->new_bloblist, CONFIG_BLOBLIST_SIZE_RELOC, in reloc_bloblist()
665 gd->bloblist = gd->new_bloblist; in reloc_bloblist()
/u-boot/include/asm-generic/
A Dglobal_data.h422 struct bloblist_hdr *new_bloblist; member

Completed in 6 milliseconds