Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boot/bootutil/src/loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ boot_validate_slot(struct boot_loader_state *state, int slot,
#endif
}
#endif

/* this is a simple test for the OSS history checker */
/* No bootable image in slot; continue booting from the primary slot. */
fih_rc = FIH_NO_BOOTABLE_IMAGE;
goto out;
Expand Down