lib: efi: fix compile error
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I2a1ee3b81eb20038f6723a205a871d43d8cb71a2
This commit is contained in:
parent
a6b5d4953b
commit
e1aab64013
|
|
@ -887,7 +887,7 @@ static efi_status_t EFIAPI efi_exit_boot_services(void *image_handle,
|
||||||
{
|
{
|
||||||
EFI_ENTRY("%p, %ld", image_handle, map_key);
|
EFI_ENTRY("%p, %ld", image_handle, map_key);
|
||||||
|
|
||||||
board_quiesce_devices();
|
board_quiesce_devices(NULL);
|
||||||
|
|
||||||
/* Fix up caches for EFI payloads if necessary */
|
/* Fix up caches for EFI payloads if necessary */
|
||||||
efi_exit_caches();
|
efi_exit_caches();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue