commit | 3266828701dc4e21ca0645938408dec9c499d299 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 07 16:47:32 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 09 16:03:20 2024 -0600 |
tree | 4ff0e3bb915b570ae176402c926474b1e42b2a70 | |
parent | bc3ec003dc140ff154b9e8213579b268ddeaa9e4 [diff] |
spl: Set SPL_FIT_FOUND for full FIT also This flag is set for simple FIT, so set it for full FIT too. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/common/spl/spl_fit.c b/common/spl/spl_fit.c index 2a097f4..527a569 100644 --- a/common/spl/spl_fit.c +++ b/common/spl/spl_fit.c
@@ -941,6 +941,7 @@ if (ret < 0) return ret; } + spl_image->flags |= SPL_FIT_FOUND; return 0; }