-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
align tests for changes in upmerge Signed-off-by: Robert Gałat <[email protected]>
- Loading branch information
1 parent
85a8ad6
commit c45fb28
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
tests/manual/simple_bootloader/boards/nrf54l15pdk_nrf54l15_cpuapp.overlay
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* | ||
* Copyright (c) 2024 Nordic Semiconductor ASA | ||
* | ||
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
*/ | ||
|
||
|
||
/* Application does not use cpuflpr core. Assign whole RRAM to cpuapp. */ | ||
&cpuapp_rram { | ||
reg = < 0x0 DT_SIZE_K(1524) >; | ||
}; |
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
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