Skip to content

Commit

Permalink
tests: benchmarks: idle: nrf54h20: align to cpuapp_data size change
Browse files Browse the repository at this point in the history
RAM space available for App core is now smaller
because of miscellaneous area needed for dmm buffers.

Signed-off-by: Nikodem Kastelik <[email protected]>
  • Loading branch information
nika-nordic committed Jul 25, 2024
1 parent e60cf4b commit 28998e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
};

&cpuapp_data {
reg = <0x1000 0x90000>;
reg = <0x5000 0x8c000>;
};

&can120 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
};

&cpuapp_data {
reg = <0x1000 0x20000>;
reg = <0x5000 0x1c000>;
};

&can120 {
Expand Down

0 comments on commit 28998e9

Please sign in to comment.