X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fefi_loader.h;h=99619f53a94b99cd099a27f9f4a1545fcd315a0a;hb=92926bc80c5330d7ee71d0e56926264bce9dea3b;hp=35b3fe2d398a6bf91beabea08fa72ad05862f2e4;hpb=4f892924d238cc415891dbea336a0fdaff2f853b;p=u-boot diff --git a/include/efi_loader.h b/include/efi_loader.h index 35b3fe2d39..99619f53a9 100644 --- a/include/efi_loader.h +++ b/include/efi_loader.h @@ -181,7 +181,7 @@ void efi_get_time_init(void); /* Without CONFIG_EFI_LOADER we don't have a runtime section, stub it out */ #define __efi_runtime_data #define __efi_runtime -static inline void efi_add_runtime_mmio(void **mmio_ptr, u64 len) { } +static inline void efi_add_runtime_mmio(void *mmio_ptr, u64 len) { } /* No loader configured, stub out EFI_ENTRY */ static inline void efi_restore_gd(void) { }