diff options
Diffstat (limited to 'src/lib/coreboot_table.c')
-rw-r--r-- | src/lib/coreboot_table.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/coreboot_table.c b/src/lib/coreboot_table.c index 2970215034..b894809542 100644 --- a/src/lib/coreboot_table.c +++ b/src/lib/coreboot_table.c @@ -44,10 +44,6 @@ #include <vendorcode/google/chromeos/chromeos.h> #include <vendorcode/google/chromeos/gnvs.h> #endif -#if IS_ENABLED(CONFIG_ARCH_X86) -#include <cpu/x86/mtrr.h> -#endif -#include <commonlib/helpers.h> static struct lb_header *lb_table_init(unsigned long addr) { |