Searched refs:GD_FLG_SKIP_RELOC (Results 1 – 7 of 7) sorted by relevance
31 if (gd->flags & GD_FLG_SKIP_RELOC) in copy_uboot_to_ram()44 if (gd->flags & GD_FLG_SKIP_RELOC) in clear_bss()160 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()
444 if (!(gd->flags & GD_FLG_SKIP_RELOC)) { in reserve_uboot()636 if (gd->flags & GD_FLG_SKIP_RELOC) in reloc_fdt()651 if (gd->flags & GD_FLG_SKIP_RELOC) in reloc_bootstage()673 if ((gd->flags & GD_FLG_SKIP_RELOC) && in reloc_bloblist()694 if (!(gd->flags & GD_FLG_SKIP_RELOC)) { in setup_reloc()714 if (gd->flags & GD_FLG_SKIP_RELOC) { in setup_reloc()739 if (gd->flags & GD_FLG_SKIP_RELOC) in jump_to_copy()
118 gd->flags |= GD_FLG_SKIP_RELOC; in mach_cpu_init()
616 GD_FLG_SKIP_RELOC = 0x00800, enumerator
368 board_init_f(GD_FLG_SKIP_RELOC); in efi_main()
151 if (gd->flags & GD_FLG_SKIP_RELOC) in arch_lmb_reserve_generic()
Completed in 19 milliseconds