-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: benchmarks: idle: nrf54h20: align to cpuapp_data size change
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
1 parent
e60cf4b
commit 28998e9
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
}; | ||
|
||
&cpuapp_data { | ||
reg = <0x1000 0x90000>; | ||
reg = <0x5000 0x8c000>; | ||
}; | ||
|
||
&can120 { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
}; | ||
|
||
&cpuapp_data { | ||
reg = <0x1000 0x20000>; | ||
reg = <0x5000 0x1c000>; | ||
}; | ||
|
||
&can120 { | ||
|