From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesper Schmitz Mouridsen Date: Wed, 17 Feb 2021 15:12:34 +0100 Subject: [PATCH 5/8] image: Adjust the workings of fit_check_format() In-Reply-To: <20210217134340.GZ10169@bill-the-cat> References: <20210216000812.2091481-1-sjg@chromium.org> <20210216000812.2091481-6-sjg@chromium.org> <20210217134340.GZ10169@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 17.02.2021 14.43, Tom Rini wrote: > On Wed, Feb 17, 2021 at 02:30:56PM +0100, Jesper Schmitz Mouridsen wrote: > >> Hi >> >> Can you avoid the use of ENODATA since it is not defined in FreeBSD's >> >> errno.h? > I like that FreeBSD has EDOOFUS, but I don't see an obvious replacement > for ENODATA, can you suggest something please? Thanks! > Perhaps EBADMSG?