Searched refs:GD_FLG_SKIP_RELOC (Results 1 – 6 of 6) sorted by relevance
29 if (gd->flags & GD_FLG_SKIP_RELOC) in copy_uboot_to_ram()41 if (gd->flags & GD_FLG_SKIP_RELOC) in clear_bss()156 if (gd->flags & GD_FLG_SKIP_RELOC) in do_elf_reloc_fixups()
21 if (gd->flags & GD_FLG_SKIP_RELOC) in copy_uboot_to_ram()47 if (gd->flags & GD_FLG_SKIP_RELOC) in do_elf_reloc_fixups()
454 if (!(gd->flags & GD_FLG_SKIP_RELOC)) { in reserve_uboot()654 if (gd->flags & GD_FLG_SKIP_RELOC) in reloc_fdt()668 if (gd->flags & GD_FLG_SKIP_RELOC) in reloc_bootstage()686 if (gd->flags & GD_FLG_SKIP_RELOC) in reloc_bloblist()703 if (gd->flags & GD_FLG_SKIP_RELOC) { in setup_reloc()744 if (gd->flags & GD_FLG_SKIP_RELOC) in jump_to_copy()
159 #define GD_FLG_SKIP_RELOC 0x00800 /* Don't relocate */ macro
127 board_init_f(GD_FLG_SKIP_RELOC); in efi_main()
114 gd->flags |= GD_FLG_SKIP_RELOC; in mach_cpu_init()