From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Wed, 10 Aug 2016 13:40:51 +0200 Subject: [U-Boot] [PATCH 2/6] efi: Fix missing EFIAPI specifiers In-Reply-To: <1470525796-26941-2-git-send-email-sjg@chromium.org> References: <1470525796-26941-1-git-send-email-sjg@chromium.org> <1470525796-26941-2-git-send-email-sjg@chromium.org> Message-ID: <57AB12C3.3010808@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/07/2016 01:23 AM, Simon Glass wrote: > These are missing in some functions. Add them to keep things consistent. > > Signed-off-by: Simon Glass Is there any way to change the EFIAPI definition so that we get build warnings for non matching function types on aarch64 as well? Reviewed-by: Alexander Graf Alex