From 690afa1f8c49edcb423855e6b42cd2b9af602731 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 12 Nov 2017 10:42:09 -0700 Subject: vendorcode/amd/pi/00670F00: Get rid of filecodes, replace filecode.h coreboot doesn't need AGESA's version of Filecode.h. Some of the files that have been copied from AGESA include the header, so we can't get rid of it completely yet. - Remove includes from files that weren't copied from the AGESA source. - Remove FILECODE definitions from coreboot source. BUG=B:69220826 TEST=Build Gardenia; Build & boot Kahlee. Change-Id: If16feafc12dedeb90363826b62ea7513e54277f4 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/22438 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Marshall Dawson --- src/vendorcode/amd/pi/00670F00/Lib/amdlib.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/vendorcode/amd/pi/00670F00/Lib/amdlib.c') diff --git a/src/vendorcode/amd/pi/00670F00/Lib/amdlib.c b/src/vendorcode/amd/pi/00670F00/Lib/amdlib.c index a5f6898c3f..38df87804f 100644 --- a/src/vendorcode/amd/pi/00670F00/Lib/amdlib.c +++ b/src/vendorcode/amd/pi/00670F00/Lib/amdlib.c @@ -45,7 +45,6 @@ #include #include -#include #include #include #include "amdlib.h" @@ -56,8 +55,6 @@ RDATA_GROUP (G1_PEICC) #define AMDLIB_OPTIMIZE #endif -#define FILECODE LIB_AMDLIB_FILECODE - BOOLEAN STATIC GetPciMmioAddress ( -- cgit v1.2.3