Searched refs:new_bootstage (Results 1 – 2 of 2) sorted by relevance
565 gd->new_bootstage = map_sysmem(gd->start_addr_sp, size); in reserve_bootstage()695 if (gd->new_bootstage) { in reloc_bootstage()699 gd->bootstage, gd->new_bootstage, size); in reloc_bootstage()700 memcpy(gd->new_bootstage, gd->bootstage, size); in reloc_bootstage()701 gd->bootstage = gd->new_bootstage; in reloc_bootstage()
122 struct bootstage_data *new_bootstage; /* Relocated bootstage info */ member