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:
parent
17a7735b1f
commit
57ce595ac1
1 changed files with 3 additions and 0 deletions
|
@ -9,4 +9,7 @@ config NUM_IRQS
|
|||
config SYS_CLOCK_TICKS_PER_SEC
|
||||
default 1000
|
||||
|
||||
config RV_BOOT_HART
|
||||
default 13 if SOC_NRF9230_ENGB
|
||||
|
||||
endif # SOC_NRF9280_CPUPPR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue