Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
soc: riscv32: fix zero-riscy zephyr,flash node
For OpenVega board, in the case of the Zero Riscy core, the flash partition used for the code and data is the M0 ARM core's 256KB flash region. This is closest to the RISC core. The m0_flash node defines where the interrupt vector is located for the Zero Riscy core, and one needs to restrict the application so its interrupt vector is placed accordingly. Fixes: 34b0516 ("boards: riscv32: rv32m1_vega: enable MCUboot for ri5cy core") Signed-off-by: Alex Porosanu <[email protected]>
- Loading branch information