[U-Boot] image-fit: switch ENOLINK to ENOENT

Tom Rini trini at konsulko.com
Thu Sep 8 14:48:53 CEST 2016


On Thu, Sep 08, 2016 at 10:01:52PM +1000, Jonathan Gray wrote:
> On Wed, Sep 07, 2016 at 02:00:19PM -0400, Tom Rini wrote:
> > On Sat, Sep 03, 2016 at 08:30:14AM +1000, Jonathan Gray wrote:
> > 
> > > ENOLINK is not required by POSIX and does not exist on OpenBSD
> > > and likely other systems.
> > > 
> > > Signed-off-by: Jonathan Gray <jsg at jsg.id.au>
> > 
> > Applied to u-boot/master, thanks!
> 
> Thanks for applying this and the other patch.
> 
> In tools/kwboot.c I've also locally changed EPROTO and EBADMSG as they
> aren't on OpenBSD either.
> 
> They are in POSIX however so I am trying to get them into OpenBSD,
> but it will need some time to be scheduled as introducing errnos
> involves cranking the major version of libc due to the size of the array
> with errno strings changing.
> 
> I wasn't sure if the following would be accepted for that reason,
> thoughts?

Well, looking over the code in question, we're talking about error
handling during xmodem transfers.  What are the errno values that get
used there by xmodem tools?  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160908/fe02e622/attachment.sig>


More information about the U-Boot mailing list