HomeSort by relevance Sort by last modified time
    Searched refs:new_bootstage (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/asm-generic/
global_data.h 116 struct bootstage_data *new_bootstage; /* Relocated bootstage info */ member in struct:global_data
  /external/u-boot/common/
board_f.c 484 gd->new_bootstage = map_sysmem(gd->start_addr_sp, size);
603 if (gd->new_bootstage) {
607 gd->bootstage, gd->new_bootstage, size);
608 memcpy(gd->new_bootstage, gd->bootstage, size);
609 gd->bootstage = gd->new_bootstage;

Completed in 114 milliseconds