[U-Boot] [PATCH 2/6] efi: Fix missing EFIAPI specifiers
Bin Meng
bmeng.cn at gmail.com
Tue Aug 9 08:50:01 CEST 2016
On Sun, Aug 7, 2016 at 7:23 AM, Simon Glass <sjg at chromium.org> wrote:
> These are missing in some functions. Add them to keep things consistent.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> cmd/bootefi.c | 7 +++++--
> include/efi_loader.h | 2 +-
> lib/efi_loader/efi_boottime.c | 5 +++--
> lib/efi_loader/efi_disk.c | 13 +++++++------
> lib/efi_loader/efi_net.c | 4 ++--
> 5 files changed, 18 insertions(+), 13 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list