From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_Bie=DFmann?= Date: Mon, 17 Jun 2013 08:34:01 +0200 Subject: [U-Boot] [PATCH] image: Use ENOENT instead of ENOMEDIUM for better compatibility In-Reply-To: <1371394009-21590-1-git-send-email-sjg@chromium.org> References: <1371394009-21590-1-git-send-email-sjg@chromium.org> Message-ID: <51BEADD9.6040404@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16.06.13 16:46, Simon Glass wrote: > 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 Tested-by: Andreas Bie?mann on OS X 10.7.5