efi: Correct call to write_acpi_tables()
authorSimon Glass <sjg@chromium.org>
Wed, 1 Dec 2021 16:02:41 +0000 (09:02 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 18:44:36 +0000 (11:44 -0700)
commit47642428ee16a5bcc0c20f3519c0aaee897ea2fe
treecdad03923903ad719632407cab8b96629279a221
parent0679cca5072d6959b51f45c00cb5bf59d75a9329
efi: Correct call to write_acpi_tables()

This must be passed a ulong, not a u64. Fix it to avoid LTO warnings on
sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/efi_loader/efi_acpi.c