]> git.ipfire.org Git - people/ms/u-boot.git/commit
image-fit: switch ENOLINK to ENOENT
authorJonathan Gray <jsg@jsg.id.au>
Fri, 2 Sep 2016 22:30:14 +0000 (08:30 +1000)
committerTom Rini <trini@konsulko.com>
Wed, 7 Sep 2016 12:49:06 +0000 (08:49 -0400)
commitbac17b78daceeba1af2e1d8cd204ee460c71c93a
treebc153d9333aeb1f69a9eeb56e638018136c65324
parent3715a540c49335532fb0f75f5b18bc9e269f4471
image-fit: switch ENOLINK to ENOENT

ENOLINK is not required by POSIX and does not exist on OpenBSD
and likely other systems.

Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
common/image-fit.c