From 6c5e5b6237a00a95bfd840d048762512cb5b0309 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 8 Sep 2025 17:55:13 +0200 Subject: img4: Fix wrong entry in matching array for component stitching --- src/img4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/img4.c b/src/img4.c index d9e3b06..732ef69 100644 --- a/src/img4.c +++ b/src/img4.c @@ -432,7 +432,7 @@ int img4_stitch_component(const char* component_name, const void* component_data logger(LL_DEBUG, "Tag found\n"); const char* matches[] = { "RestoreKernelCache", - "RestoreKernelCache", + "RestoreDeviceTree", "RestoreSEP", "RestoreLogo", "RestoreTrustCache", -- cgit v1.1-32-gdbae