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:
Gerard Marull-Paretas 2024-03-04 11:20:05 +01:00 committed by Fabio Baltieri
commit 2fe1bb39f2

View file

@ -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.