diff options
author | Tom Rini <trini@konsulko.com> | 2021-03-18 12:53:35 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-03-18 12:53:35 -0400 |
commit | d65bd5707324b11b4cf95c47b482252d3ea803a4 (patch) | |
tree | f0711e70e00a1eaacdcc135ace17a61ab469cbd1 /include | |
parent | eed127dbd4082ba21fd420449e68d1ad177cdc4b (diff) | |
parent | 9262fe15599a388e365cca3091e4852be8f23f11 (diff) |
Merge branch '2021-03-17-assorted-fixes'
- Make tests search /sbin for tools, don't use ENODATA in host tools to
be more portable, avb fix when partition isn't found and a bugfix for
mediatek mmc.
Diffstat (limited to 'include')
-rw-r--r-- | include/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image.h b/include/image.h index 138c83dd28..b4b284d52b 100644 --- a/include/image.h +++ b/include/image.h @@ -1158,7 +1158,7 @@ int fit_image_check_comp(const void *fit, int noffset, uint8_t comp); * @fit: pointer to the FIT format image header * @return 0 if OK, -ENOEXEC if not an FDT file, -EINVAL if the full FDT check * failed (e.g. due to bad structure), -ENOMSG if the description is - * missing, -ENODATA if the timestamp is missing, -ENOENT if the /images + * missing, -EBADMSG if the timestamp is missing, -ENOENT if the /images * path is missing */ int fit_check_format(const void *fit, ulong size); |