diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/acpi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86/acpi.c b/src/arch/x86/acpi.c index 0701bbe8fb..d334eb3e66 100644 --- a/src/arch/x86/acpi.c +++ b/src/arch/x86/acpi.c @@ -1296,6 +1296,8 @@ int get_acpi_table_revision(enum acpi_tables table) return 1; case NHLT: return 5; + case BERT: + return 1; default: return -1; } |