Skip to content

Commit

Permalink
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>
  • Loading branch information
nordicjm committed Dec 10, 2024
1 parent d9da6c6 commit 2a838c7
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 2a838c7

Please sign in to comment.