diff options
author | Tom Rini <trini@konsulko.com> | 2018-06-18 12:59:46 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-18 12:59:46 -0400 |
commit | 378b29cbc6607ad8246b1381bc74ec62bdb19105 (patch) | |
tree | 18232d99d78af022062bdbe36f8253e41d017d4a /lib/efi/efi_app.c | |
parent | 103c45fb0daab924308046454b4aaad4a09237c4 (diff) | |
parent | 0102023966558075e52758bd22ffd8f96b093a7e (diff) |
Merge git://git.denx.de/u-boot-x86
Diffstat (limited to 'lib/efi/efi_app.c')
-rw-r--r-- | lib/efi/efi_app.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/efi/efi_app.c b/lib/efi/efi_app.c index c8280935c84..3eb8eeb677f 100644 --- a/lib/efi/efi_app.c +++ b/lib/efi/efi_app.c @@ -96,7 +96,8 @@ static void free_memory(struct efi_priv *priv) * U-Boot. If it returns, EFI will continue. Another way to get back to EFI * is via reset_cpu(). */ -efi_status_t efi_main(efi_handle_t image, struct efi_system_table *sys_table) +efi_status_t EFIAPI efi_main(efi_handle_t image, + struct efi_system_table *sys_table) { struct efi_priv local_priv, *priv = &local_priv; efi_status_t ret; |