Searched refs:GD_FLG_SKIP_RELOC (Results 1 – 6 of 6) sorted by relevance
31 if (gd->flags & GD_FLG_SKIP_RELOC) in copy_uboot_to_ram()43 if (gd->flags & GD_FLG_SKIP_RELOC) in clear_bss()158 if (gd->flags & GD_FLG_SKIP_RELOC) in do_elf_reloc_fixups()
23 if (gd->flags & GD_FLG_SKIP_RELOC) in copy_uboot_to_ram()49 if (gd->flags & GD_FLG_SKIP_RELOC) in do_elf_reloc_fixups()
426 if (!(gd->flags & GD_FLG_SKIP_RELOC)) { in reserve_uboot()622 if (gd->flags & GD_FLG_SKIP_RELOC) in reloc_fdt()637 if (gd->flags & GD_FLG_SKIP_RELOC) in reloc_bootstage()656 if (gd->flags & GD_FLG_SKIP_RELOC) in reloc_bloblist()674 if (gd->flags & GD_FLG_SKIP_RELOC) { in setup_reloc()715 if (gd->flags & GD_FLG_SKIP_RELOC) in jump_to_copy()
131 board_init_f(GD_FLG_SKIP_RELOC); in efi_main()
118 gd->flags |= GD_FLG_SKIP_RELOC; in mach_cpu_init()
553 GD_FLG_SKIP_RELOC = 0x00800, enumerator
Completed in 8 milliseconds