We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab35c7f commit c521d5cCopy full SHA for c521d5c
1 file changed
src/loader.c
@@ -118,11 +118,7 @@ static void wolfBoot_start(void)
118
wolfBoot_update();
119
} else if ((wolfBoot_get_partition_state(PART_BOOT, &st) == 0) && (st == IMG_STATE_TESTING)) {
120
wolfBoot_update_trigger();
121
- if ((wolfBoot_open_image(&update, PART_UPDATE) < 0) ||
122
- (wolfBoot_verify_integrity(&update) < 0) ||
123
- (wolfBoot_verify_authenticity(&update) < 0)) {
124
- wolfBoot_update();
125
- }
+ wolfBoot_update();
126
}
127
if ((wolfBoot_open_image(&boot, PART_BOOT) < 0) ||
128
(wolfBoot_verify_integrity(&boot) < 0) ||
0 commit comments