mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 10:24:49 +00:00
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>
This commit is contained in:
parent
fefb53492f
commit
dbe0424d4c
1 changed files with 1 additions and 0 deletions
|
@ -941,6 +941,7 @@ int spl_load_fit_image(struct spl_image_info *spl_image,
|
|||
if (ret < 0)
|
||||
return ret;
|
||||
}
|
||||
spl_image->flags |= SPL_FIT_FOUND;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue