Skip to content

Commit 6c5e5b6

Browse files
committed
img4: Fix wrong entry in matching array for component stitching
1 parent d7e26cf commit 6c5e5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/img4.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ int img4_stitch_component(const char* component_name, const void* component_data
432432
logger(LL_DEBUG, "Tag found\n");
433433
const char* matches[] = {
434434
"RestoreKernelCache",
435-
"RestoreKernelCache",
435+
"RestoreDeviceTree",
436436
"RestoreSEP",
437437
"RestoreLogo",
438438
"RestoreTrustCache",

0 commit comments

Comments
 (0)