diff options
author | Michael Brown | 2017-05-23 19:32:31 +0200 |
---|---|---|
committer | Michael Brown | 2017-05-23 19:48:02 +0200 |
commit | 993fd2b45140d071d7837ff502df771e87f14127 (patch) | |
tree | ccae8dca9af4937e3b9092ef0706e97dbf188f37 /src/config/defaults | |
parent | [acpi] Make acpi_find_rsdt() a per-platform method (diff) | |
download | ipxe-993fd2b45140d071d7837ff502df771e87f14127.tar.gz ipxe-993fd2b45140d071d7837ff502df771e87f14127.tar.xz ipxe-993fd2b45140d071d7837ff502df771e87f14127.zip |
[efi] Provide access to ACPI tables
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults')
-rw-r--r-- | src/config/defaults/efi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h index 5e1eed79..74effa42 100644 --- a/src/config/defaults/efi.h +++ b/src/config/defaults/efi.h @@ -21,7 +21,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define ENTROPY_EFI #define TIME_EFI #define REBOOT_EFI -#define ACPI_NULL +#define ACPI_EFI #define DOWNLOAD_PROTO_FILE /* Local filesystem access */ |