From 279d8b5f3d31fe95c9c403dd12b4d5d02551b6ea Mon Sep 17 00:00:00 2001 From: Rizwan Qureshi Date: Thu, 5 Sep 2019 20:06:20 +0530 Subject: cpu/intel/microcode: Make microcode lib available in bootblock Make microcode lib available in bootblock. Now that microcode.c is compiled in bootlock no need to include it explicitly, hence remove its references. Change-Id: I419da6af70222902e3ca39fc2133d5dc8558e053 Signed-off-by: Rizwan Qureshi Reviewed-on: https://review.coreboot.org/c/coreboot/+/35278 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/cpu/intel/haswell/bootblock.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/intel/haswell') diff --git a/src/cpu/intel/haswell/bootblock.c b/src/cpu/intel/haswell/bootblock.c index 37ce574f35..94e5d36e18 100644 --- a/src/cpu/intel/haswell/bootblock.c +++ b/src/cpu/intel/haswell/bootblock.c @@ -18,7 +18,6 @@ #include #include -#include #include "haswell.h" #include -- cgit v1.2.3