diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-07-06 18:02:09 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-07-20 13:18:39 +0000 |
commit | d797608e73c145ab5d0b408ebfe9cb286bacd812 (patch) | |
tree | d70fff61b4af9c38be93224a5b10ec0754c71bf3 /src/soc/intel/xeon_sp | |
parent | ef26dee2f44f6134a49d6b83dc2a47bf7b24b533 (diff) |
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/xeon_sp')
-rw-r--r-- | src/soc/intel/xeon_sp/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/xeon_sp/romstage.c b/src/soc/intel/xeon_sp/romstage.c index 2540c5c291..b1c7b3b403 100644 --- a/src/soc/intel/xeon_sp/romstage.c +++ b/src/soc/intel/xeon_sp/romstage.c @@ -3,7 +3,6 @@ #include <arch/romstage.h> #include <intelblocks/rtc.h> #include <console/console.h> -#include <cpu/x86/mtrr.h> #include <fsp/util.h> #include <soc/romstage.h> #include <soc/util.h> |