aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-04-25 16:01:23 +0200
committerMartin L Roth <gaumless@tutanota.com>2022-05-16 02:40:14 +0000
commitdb735c478e12bebc8a2a4d3559f1ac8f1f15602f (patch)
treea66f4721c61b8de0da024cf05fb7ec14301975f8 /src/soc/intel/broadwell
parenta618e11f1a170db9a2bc2d7556c6cb38db303e3c (diff)
src: Remove unused <cf9_reset.h>
Found using: diff <(git grep -l '#include <cf9_reset.h>' -- src/) <(git grep -l 'RST_CNT\|FULL_RST\|RST_CPU\|SYS_RST\|do_system_reset\|do_full_reset\|cf9_reset_prepare\|system_reset\|full_reset' -- src/) |grep "<" Change-Id: I093d8412e14ce81b462fb9a7ccb3a2a93ae760a6 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60803 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@tutanota.com>
Diffstat (limited to 'src/soc/intel/broadwell')
-rw-r--r--src/soc/intel/broadwell/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/romstage.c b/src/soc/intel/broadwell/romstage.c
index 65fe7ec0c3..5c172ed2eb 100644
--- a/src/soc/intel/broadwell/romstage.c
+++ b/src/soc/intel/broadwell/romstage.c
@@ -2,7 +2,6 @@
#include <acpi/acpi.h>
#include <arch/romstage.h>
-#include <cf9_reset.h>
#include <console/console.h>
#include <cpu/intel/haswell/haswell.h>
#include <elog.h>