lib: efi: fix compile error

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I2a1ee3b81eb20038f6723a205a871d43d8cb71a2
This commit is contained in:
Joseph Chen 2020-04-02 20:34:43 +08:00 committed by Jianhong Chen
parent a6b5d4953b
commit e1aab64013
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ static efi_status_t EFIAPI efi_exit_boot_services(void *image_handle,
{
EFI_ENTRY("%p, %ld", image_handle, map_key);
board_quiesce_devices();
board_quiesce_devices(NULL);
/* Fix up caches for EFI payloads if necessary */
efi_exit_caches();