soc: nordic: nrf92: Set PPR hart ID to processor ID

Booting VPRs requires changing the default value of CONFIG_RV_BOOT_HART.
This must be reverted (back to zero) for a future nRF9230 SoC revision,
which will align more closely with the RISC-V spec.

Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
This commit is contained in:
Grzegorz Swiderski 2024-09-04 13:19:30 +02:00 committed by Anas Nashif
commit 57ce595ac1

View file

@ -9,4 +9,7 @@ config NUM_IRQS
config SYS_CLOCK_TICKS_PER_SEC config SYS_CLOCK_TICKS_PER_SEC
default 1000 default 1000
config RV_BOOT_HART
default 13 if SOC_NRF9230_ENGB
endif # SOC_NRF9280_CPUPPR endif # SOC_NRF9280_CPUPPR