commit | 6f50b6a0ba9f979efdb9d36eaeb8df89f7c068aa | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 01 09:02:41 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 25 11:44:36 2022 -0700 |
tree | cdad03923903ad719632407cab8b96629279a221 | |
parent | f3425cbd77812fdd8cec8011aee2e071559fdc23 [diff] |
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>