commit | b641de8e3c52b7c694d37cca7ce836ce99702757 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 24 08:50:32 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 17 12:50:19 2021 -0400 |
tree | 13a3ae87570b7be5b8f0d1ba02ba159d1ec0a1d1 | |
parent | 1bbd66a1e9f916884ebaa0d0fa65af97c4170961 [diff] |
image: Avoid -ENODATA in host tools Unfortunately -ENODATA is not available in OpenBSD. Use -EBADMSG instead, to indicate a missing timestamp. Fixes: c5819701a3d image: Adjust the workings of fit_check_format() Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Mark Kettenis <kettenis@openbsd.org>