could you give a little more details on skipping relocation?
I want to skip relocation on riscv64 build.
- I cannot figure out where to put:
gd->flags |= GD_FLG_SKIP_RELOC
- What parameters should we put in
relocate_code()
called inboard_init_f()
? - Where are ITB addresses & relocation addresses set to equal?
I am building u-boot for QEMU virt for debugging purposes.