Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/41686 )
Change subject: cpu/intel/haswell: Remove unused 'include <cpu/x86/bist.h>' ......................................................................
cpu/intel/haswell: Remove unused 'include <cpu/x86/bist.h>'
Change-Id: I5156eb97648927e5fe6e467abb8e3e055a231fec Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/41686 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net --- M src/cpu/intel/haswell/romstage.c 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Angel Pons: Looks good to me, approved
diff --git a/src/cpu/intel/haswell/romstage.c b/src/cpu/intel/haswell/romstage.c index c682ef9..4b56301 100644 --- a/src/cpu/intel/haswell/romstage.c +++ b/src/cpu/intel/haswell/romstage.c @@ -2,7 +2,6 @@
#include <console/console.h> #include <cf9_reset.h> -#include <cpu/x86/bist.h> #include <timestamp.h> #include <cpu/x86/lapic.h> #include <cbmem.h>