Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26795
Change subject: lib/coreboot_table.c: Remove unneeded include ......................................................................
lib/coreboot_table.c: Remove unneeded include
Change-Id: I6e0d9e10d4f2ea224a19ef11481148f21d29857f Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/lib/coreboot_table.c 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/26795/1
diff --git a/src/lib/coreboot_table.c b/src/lib/coreboot_table.c index 2970215..b894809 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) {