diff options
author | Michael Brown | 2017-04-10 17:46:11 +0200 |
---|---|---|
committer | Michael Brown | 2017-04-10 17:46:11 +0200 |
commit | 6c7487d00d4659aa4eec6943dfcdec1af6b5d1b9 (patch) | |
tree | 1558bf7595461c79151a38efe3de9f98402085f3 /src/interface/efi | |
parent | [sfc] Add driver for Solarflare SFC8XXX adapters (diff) | |
download | ipxe-6c7487d00d4659aa4eec6943dfcdec1af6b5d1b9.tar.gz ipxe-6c7487d00d4659aa4eec6943dfcdec1af6b5d1b9.tar.xz ipxe-6c7487d00d4659aa4eec6943dfcdec1af6b5d1b9.zip |
[efi] Fix typo in efi_acpi_table_protocol_guid
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/efi')
-rw-r--r-- | src/interface/efi/efi_guid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface/efi/efi_guid.c b/src/interface/efi/efi_guid.c index b0278cd1..663585dc 100644 --- a/src/interface/efi/efi_guid.c +++ b/src/interface/efi/efi_guid.c @@ -88,7 +88,7 @@ EFI_GUID efi_absolute_pointer_protocol_guid = EFI_ABSOLUTE_POINTER_PROTOCOL_GUID; /** ACPI table protocol GUID */ -EFI_GUID efi_acpi_table_protocl_guid +EFI_GUID efi_acpi_table_protocol_guid = EFI_ACPI_TABLE_PROTOCOL_GUID; /** Apple NetBoot protocol GUID */ |