Skip to content

Commit 3eba06d

Browse files
tomi-fontfabiobaltieri
authored andcommitted
secure_storage: its: store: settings: stop using SETTINGS_MAX_VAL_LEN
Remove the hard restriction on CONFIG_SECURE_STORAGE_ITS_MAX_DATA_SIZE. SETTINGS_MAX_VAL_LEN is in practice not used by any settings backend implementation. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent 7ace449 commit 3eba06d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subsys/secure_storage/src/its/store/settings.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
#ifdef CONFIG_SECURE_STORAGE_ITS_IMPLEMENTATION_ZEPHYR
1313
#include <zephyr/secure_storage/its/transform.h>
14-
BUILD_ASSERT(SECURE_STORAGE_ITS_TRANSFORM_MAX_STORED_DATA_SIZE <= SETTINGS_MAX_VAL_LEN);
1514
#endif
1615

1716
LOG_MODULE_DECLARE(secure_storage, CONFIG_SECURE_STORAGE_LOG_LEVEL);

0 commit comments

Comments
 (0)