Skip to content

Commit 9189739

Browse files
Merge pull request #21 from voxelbotics/RT-1000-355-1
Revert "RT-1000-355: Decrease memory size for TMF secure area to 24 Kb"
2 parents 48538cd + 4eca414 commit 9189739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/trusted-firmware-m/Kconfig.tfm.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ menu "TF-M memory regions"
99
config PM_PARTITION_SIZE_TFM_SRAM
1010
hex
1111
prompt "Memory reserved for TFM_RAM" if !TFM_PROFILE_TYPE_MINIMAL
12-
default 0x6000 if TFM_PROFILE_TYPE_MINIMAL
12+
default 0x8000 if TFM_PROFILE_TYPE_MINIMAL
1313
default 0x18000 if SOC_SERIES_NRF91X && TFM_REGRESSION_S
1414
# It has been observed for 54L that when Matter is enabled, then
1515
# assigning 0x16000 of RAM to TFM will not leave enough RAM for

0 commit comments

Comments
 (0)