Home
last modified time | relevance | path

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

/u-boot/arch/x86/lib/
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()
158 if (gd->flags & GD_FLG_SKIP_RELOC) in do_elf_reloc_fixups()
/u-boot/arch/arc/lib/
A Drelocate.c23 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()
/u-boot/common/
A Dboard_f.c426 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()
/u-boot/lib/efi/
A Defi_app.c131 board_init_f(GD_FLG_SKIP_RELOC); in efi_main()
/u-boot/board/synopsys/iot_devkit/
A Diot_devkit.c118 gd->flags |= GD_FLG_SKIP_RELOC; in mach_cpu_init()
/u-boot/include/asm-generic/
A Dglobal_data.h553 GD_FLG_SKIP_RELOC = 0x00800, enumerator

Completed in 8 milliseconds