Home
last modified time | relevance | path

Searched refs:GD_FLG_SKIP_RELOC (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Drelocate.c31 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()
/OK3568_Linux_fs/u-boot/common/
H A Dboard_f.c642 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()
/OK3568_Linux_fs/u-boot/lib/efi/
H A Defi_app.c125 board_init_f(GD_FLG_SKIP_RELOC); in efi_main()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h178 #define GD_FLG_SKIP_RELOC 0x00800 /* Don't relocate */ macro