Skip to content

Commit fd72e3c

Browse files
committed
samples: bluetooth: fast_pair: locator_tag: enable fprotect in mcuboot
Enabled the CONFIG_FPROTECT Kconfig option in the MCUboot configuration for the nRF54L15 DK target that is part of the Fast Pair Locator Tag sample. Ref: NCSDK-30725 Signed-off-by: Kamil Piszczek <[email protected]>
1 parent e465c04 commit fd72e3c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,9 @@ Bluetooth samples
304304
Bluetooth Fast Pair samples
305305
---------------------------
306306

307-
|no_changes_yet_note|
307+
* :ref:`fast_pair_locator_tag` sample:
308+
309+
* Updated the MCUboot bootloader configuration for the :ref:`zephyr:nrf54l15dk_nrf54l15` board target to enable the :kconfig:option:`CONFIG_FPROTECT` Kconfig option that is used to protect the bootloader partition against memory corruption.
308310

309311
Bluetooth Mesh samples
310312
----------------------

samples/bluetooth/fast_pair/locator_tag/sysbuild/mcuboot/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ CONFIG_SPI_NOR=n
1212
# Optimize memory usage (Locator tag disables system clock for MCUboot image).
1313
CONFIG_NRF_GRTC_TIMER=n
1414
CONFIG_NRF_GRTC_START_SYSCOUNTER=n
15-
16-
# Fprotect is currently not supported.
17-
CONFIG_FPROTECT=n

0 commit comments

Comments
 (0)