Skip to content

Commit

Permalink
tests: nrf_compress: Disable FPROTECT for nrf5340dk
Browse files Browse the repository at this point in the history
Commit disables FPROTECT for nrf5340dk/nrf5340/cpuapp configuration
as it seems that increased size of MCUboot, by ed25519, is not
coverable by FPROTECT.

Signed-off-by: Dominik Ermel <[email protected]>
  • Loading branch information
de-nordic committed Jan 30, 2025
1 parent f6bd503 commit b7c1d2b
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# Copyright (c) 2025 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Disable fprotect as it seems it is not able to cover larger
# MCUboot, that results from ed25519 enabled with decompression
CONFIG_FPROTECT=n

0 comments on commit b7c1d2b

Please sign in to comment.