summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/cannonlake
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-07-06 18:02:09 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-07-20 13:18:39 +0000
commitd797608e73c145ab5d0b408ebfe9cb286bacd812 (patch)
treed70fff61b4af9c38be93224a5b10ec0754c71bf3 /src/soc/intel/cannonlake
parentef26dee2f44f6134a49d6b83dc2a47bf7b24b533 (diff)
downloadcoreboot-d797608e73c145ab5d0b408ebfe9cb286bacd812.tar.gz
coreboot-d797608e73c145ab5d0b408ebfe9cb286bacd812.tar.bz2
coreboot-d797608e73c145ab5d0b408ebfe9cb286bacd812.zip
treewide: Remove unused <cpu/x86/mtrr.h>
Change-Id: Ib852d0b2cf4d3cbdf7475bd5493bf2e585a5894a Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64899 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/intel/cannonlake')
-rw-r--r--src/soc/intel/cannonlake/bootblock/bootblock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/cannonlake/bootblock/bootblock.c b/src/soc/intel/cannonlake/bootblock/bootblock.c
index 222193976a41..a138ec4ba7cb 100644
--- a/src/soc/intel/cannonlake/bootblock/bootblock.c
+++ b/src/soc/intel/cannonlake/bootblock/bootblock.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <bootblock_common.h>
-#include <cpu/x86/mtrr.h>
#include <intelblocks/fast_spi.h>
#include <intelblocks/gpio.h>
#include <intelblocks/gspi.h>