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

  /external/u-boot/arch/x86/lib/
relocate.c 30 if (gd->flags & GD_FLG_SKIP_RELOC)
42 if (gd->flags & GD_FLG_SKIP_RELOC)
142 if (gd->flags & GD_FLG_SKIP_RELOC)
  /external/u-boot/arch/arc/lib/
relocate.c 21 if (gd->flags & GD_FLG_SKIP_RELOC)
47 if (gd->flags & GD_FLG_SKIP_RELOC)
  /external/u-boot/include/asm-generic/
global_data.h 147 #define GD_FLG_SKIP_RELOC 0x00800 /* Don't relocate */
  /external/u-boot/lib/efi/
efi_app.c 125 board_init_f(GD_FLG_SKIP_RELOC);
  /external/u-boot/common/
board_f.c 397 if (!(gd->flags & GD_FLG_SKIP_RELOC)) {
587 if (gd->flags & GD_FLG_SKIP_RELOC)
601 if (gd->flags & GD_FLG_SKIP_RELOC)
618 if (gd->flags & GD_FLG_SKIP_RELOC) {
659 if (gd->flags & GD_FLG_SKIP_RELOC)

Completed in 218 milliseconds