diff options
author | Tom Rini <trini@konsulko.com> | 2021-03-29 17:53:19 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-03-29 18:00:21 -0400 |
commit | 1057b1be75386e3513dca392d8258e01e5cccc01 (patch) | |
tree | a1cbdc677c070064177e1d9defeb1fb4ab30ad6e /include/image.h | |
parent | 4906238191b90be7aec2269ba8cd6aeb161cd312 (diff) | |
parent | d8eafb16c85bc3b5d85d7ba8ebb1438cc0ae168f (diff) | |
download | u-boot-1057b1be75386e3513dca392d8258e01e5cccc01.tar.gz u-boot-1057b1be75386e3513dca392d8258e01e5cccc01.tar.bz2 u-boot-1057b1be75386e3513dca392d8258e01e5cccc01.zip |
Merge tag 'v2021.04-rc5' into next
Prepare v2021.04-rc5
Diffstat (limited to 'include/image.h')
-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 bcd126d262..aeb0d37ac0 100644 --- a/include/image.h +++ b/include/image.h @@ -1163,7 +1163,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); |