U-boot without relocation

could you give a little more details on skipping relocation?
I want to skip relocation on riscv64 build.

  1. I cannot figure out where to put: gd->flags |= GD_FLG_SKIP_RELOC
  2. What parameters should we put in relocate_code() called in board_init_f()?
  3. Where are ITB addresses & relocation addresses set to equal?

I am building u-boot for QEMU virt for debugging purposes.