aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efi_loader/efi_acpi.c')
-rw-r--r--lib/efi_loader/efi_acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_acpi.c b/lib/efi_loader/efi_acpi.c
index 83f025e1ca..f2b55b49b6 100644
--- a/lib/efi_loader/efi_acpi.c
+++ b/lib/efi_loader/efi_acpi.c
@@ -34,7 +34,7 @@ efi_status_t efi_acpi_register(void)
* a 4k-aligned address, so it is safe to assume that
* write_acpi_tables() will write the table at that address.
*/
- write_acpi_tables(acpi);
+ write_acpi_tables((ulong)acpi);
/* And expose them to our EFI payload */
return efi_install_configuration_table(&acpi_guid,