From 42c675111ca66513f3d4b1c9d0a97b1576fa0de6 Mon Sep 17 00:00:00 2001 From: Rudolf Tammekivi Date: Wed, 16 Jan 2019 02:58:08 +0100 Subject: img4: Add personalization tag for RestoreTrustCache --- src/img4.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/img4.c b/src/img4.c index 03f2fb5..db33f15 100644 --- a/src/img4.c +++ b/src/img4.c @@ -166,6 +166,8 @@ int img4_stitch_component(const char* component_name, const unsigned char* compo memcpy((void*)tag, "rsep", 4); } else if (strcmp(component_name, "RestoreLogo") == 0) { memcpy((void*)tag, "rlgo", 4); + } else if (strcmp(component_name, "RestoreTrustCache") == 0) { + memcpy((void*)tag, "rtsc", 4); } } -- cgit v1.1-32-gdbae