boards: nrf54h20dk: Make execution from RAM default for PPR
In practice, PPR is intended to be running code from RAM, so make this the default choice for the `nrf54h20dk/nrf54h20/cpuppr` board target. Keep the MRAM execution option as a `xip` variant of that target, replacing the `ram` one. Align the default `cpuapp` configuration for copying PPR's image to RAM before it boots the child processor. Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
This commit is contained in:
parent
4d16e5b7d9
commit
6ff7ec220e
7 changed files with 12 additions and 8 deletions
|
@ -131,7 +131,8 @@
|
|||
};
|
||||
|
||||
&cpuppr_vpr {
|
||||
execution-memory = <&cpuppr_code_partition>;
|
||||
execution-memory = <&cpuppr_code_data>;
|
||||
source-memory = <&cpuppr_code_partition>;
|
||||
};
|
||||
|
||||
&gpiote130 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue