boards: nrf54h20pdk_nrf54h20_cpuppr: use `riscv32` instead of `riscv`
The yaml uses `arch: riscv` while other boards specify either `arch: riscv32` or `riscv64`. Unify this by changing the value to `riscv32`. Signed-off-by: Wojciech Sipak <wsipak@antmicro.com>
This commit is contained in:
parent
df3fcc9b1f
commit
3bf19d9f03
|
@ -4,7 +4,7 @@
|
|||
identifier: nrf54h20pdk_nrf54h20_cpuppr
|
||||
name: nRF54H20-PDK-nRF54H20-PPR
|
||||
type: mcu
|
||||
arch: riscv
|
||||
arch: riscv32
|
||||
toolchain:
|
||||
- zephyr
|
||||
ram: 28
|
||||
|
|
Loading…
Reference in New Issue