soc: nordic: vpr: always select HAS_FLASH_LOAD_OFFSET
While not needed when XIP=n, it can be still be selected so that come defconfigs are simplified. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
f43d5c4394
commit
2fe1bb39f2
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ config RISCV_CORE_NORDIC_VPR
|
|||
select RISCV_ISA_EXT_ZIFENCEI
|
||||
select RISCV_SOC_HAS_ISR_STACKING
|
||||
select RISCV_SOC_CONTEXT_SAVE
|
||||
select HAS_FLASH_LOAD_OFFSET if XIP
|
||||
select HAS_FLASH_LOAD_OFFSET
|
||||
help
|
||||
Enable support for the RISC-V Nordic VPR core.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue