Searched refs:new_bootstage (Results 1 – 2 of 2) sorted by relevance
541 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()
121 struct bootstage_data *new_bootstage; /* Relocated bootstage info */ member