Searched refs:GD_FLG_SKIP_RELOC (Results 1 – 4 of 4) 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()143 if (gd->flags & GD_FLG_SKIP_RELOC) in do_elf_reloc_fixups()
642 if (gd->flags & GD_FLG_SKIP_RELOC) in reloc_fdt()659 if (gd->flags & GD_FLG_SKIP_RELOC) in reloc_bootstage()676 if (gd->flags & GD_FLG_SKIP_RELOC) { in setup_reloc()732 if (gd->flags & GD_FLG_SKIP_RELOC) in jump_to_copy()
125 board_init_f(GD_FLG_SKIP_RELOC); in efi_main()
178 #define GD_FLG_SKIP_RELOC 0x00800 /* Don't relocate */ macro