Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bootloader: Enable RAM clean up by default on nRF54L15 SoCs
Browse files Browse the repository at this point in the history
Enables cleaning up the RAM by default on boards that use this SoC

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
nordicjm committed Dec 10, 2024
1 parent fb9b532 commit 19cb2cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions samples/bootloader/socs/nrf54l15_cpuapp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# Copyright (c) 2024 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Clean up RAM before booting next application
CONFIG_SB_CLEANUP_RAM=y

0 comments on commit 19cb2cf

Please sign in to comment.