Skip to content

Commit 3909498

Browse files
committed
[nrf noup] boot: zephyr: kconfig: Select PM_USE_CONFIG_SRAM_SIZE when needed
fixup! [nrf noup] zephyr: Add support for compressed image updates Selects this Kconfig when compression is enabled for nrf54l15 Signed-off-by: Jamie McCrae <[email protected]>
1 parent 4927e39 commit 3909498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/zephyr/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,7 @@ if BOOT_DECOMPRESSION_SUPPORT
907907
menuconfig BOOT_DECOMPRESSION
908908
bool "Decompression"
909909
select NRF_COMPRESS_CLEANUP
910+
select PM_USE_CONFIG_SRAM_SIZE if SOC_NRF54L15_CPUAPP
910911
help
911912
If enabled, will include support for compressed images being loaded to the secondary slot
912913
which then get decompressed into the primary slot. This mode allows the secondary slot to

0 commit comments

Comments
 (0)