]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image: Use ENOENT instead of ENOMEDIUM for better compatibility
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jun 2013 14:46:49 +0000 (07:46 -0700)
committerTom Rini <trini@ti.com>
Mon, 17 Jun 2013 13:56:42 +0000 (09:56 -0400)
commit2f998071254d566c71c34ef013aef1d9d0ec0fa3
treedab50564cd58050116acb52c0c27717139a88a42
parentdfdb3d37dd0fa8bdabdf7b5ffb597af470e74621
image: Use ENOENT instead of ENOMEDIUM for better compatibility

This error may not be defined on some platforms such as MacOS so host
compilation will fail. Use one of the more common errors instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Andreas Bießmann <andreas.devel@googlemail.com>
Tested-by: Lubomir Popov <lpopov@mm-sol.com>
common/image-fit.c