From 4f7f1463011c5e7b48bca37b0ff70c684414fc8e Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Tue, 3 Dec 2024 15:09:10 +0000 Subject: [PATCH] bootloader: Increase default nRF54L15 partition size Increases the size to account for the larger image which has CRACEN support Signed-off-by: Jamie McCrae --- subsys/bootloader/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/bootloader/Kconfig b/subsys/bootloader/Kconfig index a513b99ddf51..b5ccf81434c3 100644 --- a/subsys/bootloader/Kconfig +++ b/subsys/bootloader/Kconfig @@ -187,7 +187,7 @@ config PM_PARTITION_SIZE_B0_IMAGE default 0x7800 if !B0_MIN_PARTITION_SIZE && (SOC_NRF5340_CPUNET) default FPROTECT_BLOCK_SIZE if SOC_SERIES_NRF91X || SOC_NRF5340_CPUAPP default 0x3800 if SOC_NRF5340_CPUNET - default 0x7800 if SOC_NRF54L15_CPUAPP + default 0x9800 if SOC_NRF54L15_CPUAPP default 0x7000 if !B0_MIN_PARTITION_SIZE default 0x4000 help