From 9c1dc7cbe17cc77636c7c7121c3ccb1dbb55c7b7 Mon Sep 17 00:00:00 2001 From: Richard Spiegel Date: Mon, 7 May 2018 07:36:16 -0700 Subject: vendorcode/amd/pi/00670F00: Remove unneeded includes Vendor code has several headers included into source code that are not needed in order to build them. Remove unneeded #include. This is part of controlling the build of unneeded procedures within vendor code. BUG=b:78610011 TEST=Build grunt. Change-Id: Id7d451b6be564632836fc64fd343131edb85183a Signed-off-by: Richard Spiegel Reviewed-on: https://review.coreboot.org/26134 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/FchPeLib.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/FchPeLib.c') diff --git a/src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/FchPeLib.c b/src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/FchPeLib.c index c833a9f2a6..057bf72368 100644 --- a/src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/FchPeLib.c +++ b/src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/FchPeLib.c @@ -43,10 +43,13 @@ #include "FchPlatform.h" #include "cpuFamilyTranslation.h" -//#include "Porting.h" -//#include "AMD.h" -//#include "amdlib.h" -#include "heapManager.h" + /* + * Headers removed for coreboot. + * #include "Porting.h" + * #include "AMD.h" + * #include "amdlib.h" + * #include "heapManager.h" + */ #define FILECODE PROC_FCH_COMMON_FCHPELIB_FILECODE /*----------------------------------------------------------------------------------------*/ -- cgit v1.2.3