Skip to content

Commit 4b777c6

Browse files
tomchynordicjm
authored andcommitted
suit: Alow for SUIT cache in Nordic manifests
Nordic templates will use cache components to utilize IPUC-based caches in update scenarios. Only child manifests are allowed to do so. Ref: NCSDK-30810 Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent 19eaf41 commit 4b777c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

subsys/suit/platform/sdfw/src/suit_plat_component_compatibility.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ int suit_plat_component_compatibility_check(const suit_manifest_class_id_t *clas
109109
return SUIT_ERR_UNSUPPORTED_COMPONENT_ID;
110110
}
111111

112-
if ((role == SUIT_MANIFEST_SEC_TOP) || (role == SUIT_MANIFEST_SEC_SDFW) ||
113-
(role == SUIT_MANIFEST_SEC_SYSCTRL) || (role == SUIT_MANIFEST_APP_ROOT)) {
112+
if ((role == SUIT_MANIFEST_SEC_TOP) || (role == SUIT_MANIFEST_APP_ROOT)) {
114113
return SUIT_ERR_UNAUTHORIZED_COMPONENT;
115114
}
116115
break;

0 commit comments

Comments
 (0)