commit | 6ff7ec220e25ac1ba1a1803831ee3407acd26e76 | [log] [tgz] |
---|---|---|
author | Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no> | Thu Mar 14 08:39:38 2024 +0100 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Mon Mar 18 19:11:36 2024 +0000 |
tree | 8aacd0bfd3711cbfec0d15ee1819d9f7dd5f4a19 | |
parent | 4d16e5b7d9166e1bb57cdfb55da56f9538a57a9b [diff] |
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>