soc: nordic: vpr: enable GP relative addressing
`RISCV_GP` will now be used to reduce code size and speed up execution. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
This commit is contained in:
parent
0b52052a19
commit
16e4af4f6d
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ config RISCV_CORE_NORDIC_VPR
|
|||
select RISCV_ISA_EXT_C
|
||||
select RISCV_ISA_EXT_ZICSR
|
||||
select RISCV_SOC_HAS_ISR_STACKING
|
||||
select RISCV_SOC_HAS_GP_RELATIVE_ADDRESSING
|
||||
select RISCV_HAS_CLIC
|
||||
select RISCV_SOC_CONTEXT_SAVE
|
||||
select HAS_FLASH_LOAD_OFFSET
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue