Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dboard_f.c541 gd->new_bootstage = map_sysmem(gd->start_addr_sp, size); in reserve_bootstage()
670 if (gd->new_bootstage) { in reloc_bootstage()
674 gd->bootstage, gd->new_bootstage, size); in reloc_bootstage()
675 memcpy(gd->new_bootstage, gd->bootstage, size); in reloc_bootstage()
676 gd->bootstage = gd->new_bootstage; in reloc_bootstage()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h121 struct bootstage_data *new_bootstage; /* Relocated bootstage info */ member