Skip to content

Commit

Permalink
bootloader: Increase default nRF54L15 partition size
Browse files Browse the repository at this point in the history
Increases the size to account for the larger image which has
CRACEN support

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm committed Jan 20, 2025
1 parent 6eb637f commit 6b35112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/bootloader/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,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
Expand Down

0 comments on commit 6b35112

Please sign in to comment.