Skip to content

Commit 218845e

Browse files
committed
Revert "[nrf fromlist] boards: nordic: nrf54l15pdk: Disable asserts on flpr"
This reverts commit a278ee4. Signed-off-by: Grzegorz Swiderski <[email protected]>
1 parent 98d1eaa commit 218845e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

boards/nordic/nrf54l15pdk/Kconfig.defconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,3 @@ config ROM_START_OFFSET
1010
default 0x800 if BOOTLOADER_MCUBOOT
1111

1212
endif # BOARD_NRF54L15PDK_NRF54L15_CPUAPP
13-
14-
if BOARD_NRF54L15PDK_NRF54L15_CPUFLPR || BOARD_NRF54L15PDK_NRF54L15_CPUFLPR_XIP
15-
16-
# As FLPR has limited memory most of tests does not fit with asserts enabled.
17-
config ASSERT
18-
default n if ZTEST
19-
20-
endif # BOARD_NRF54L15PDK_NRF54L15_CPUFLPR || BOARD_NRF54L15PDK_NRF54L15_CPUFLPR_XIP

0 commit comments

Comments
 (0)