opensbi/include/sbi/riscv_elf.h
Vivian Wang 2a6d72534d firmware: Remove handling of R_RISCV_{32,64}
Since everything is statically linked, we won't actually have
R_RISCV_{32,64} relocations. No need to handle these.

Fixes: 0f20e8adcf ("firmware: Support position independent execution")
Signed-off-by: Vivian Wang <dramforever@live.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
2023-10-06 09:21:23 +05:30

6 lines
84 B
C

#ifndef __RISCV_ELF_H__
#define __RISCV_ELF_H__
#define R_RISCV_RELATIVE 3
#endif