Skip to content

Commit 1dd08e2

Browse files
tomi-fontnordicjm
authored andcommitted
modules: tf-m: lower minimum allowed CONFIG_TFM_ITS_MAX_ASSET_SIZE
Lower the minimum value allowed from 512 to 256 as the secure_storage tests use 256 and this is still quite a reasonable minimum value to have. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent 648c06e commit 1dd08e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/trusted-firmware-m/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ config TFM_ITS_VALIDATE_METADATA_FROM_FLASH
188188
Validate filesystem metadata every time it is read from flash
189189

190190
config TFM_ITS_MAX_ASSET_SIZE
191-
range 512 4096
191+
range 256 4096
192192
default 512
193193
help
194194
The maximum asset size to be stored in the Internal Trusted Storage. The maximum value

0 commit comments

Comments
 (0)