Re: [PATCH] image: Avoid -ENODATA in host tools

2021-03-18 Thread Tom Rini
On Wed, Feb 24, 2021 at 08:50:32AM -0500, Simon Glass wrote: > 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 > Reviewed-by: Mark Ket

Re: [PATCH] image: Avoid -ENODATA in host tools

2021-02-24 Thread Mark Kettenis
> From: Simon Glass > Date: Wed, 24 Feb 2021 08:50:32 -0500 > > 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 > --- > > common/im